Package zombie.core.skinnedmodel
Class ModelManager.ModelSlot
java.lang.Object
zombie.core.skinnedmodel.ModelManager.ModelSlot
- Enclosing class:
- ModelManager
public static class ModelManager.ModelSlot
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description booleanactivebooleanbRemovebooleanbRenderingIsoGameCharactercharacterintIDModelInstancemodel -
Constructor Summary
Constructors Constructor Description ModelSlot(int ID, ModelInstance model, IsoGameCharacter character) -
Method Summary
Modifier and Type Method Description voidDisableBlendingFrom(java.lang.String clipName)voidEnd()voidPlay(java.lang.String name, boolean looped, boolean finished, IsoGameCharacter chr)voidRender()voidResetToFrameOne()voidStart()voidUpdate()voidUpdateLights()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ID
public int ID -
model
-
character
-
active
public boolean active -
bRemove
public boolean bRemove -
bRendering
public boolean bRendering
-
-
Constructor Details
-
ModelSlot
-
-
Method Details
-
Start
public void Start() -
Render
public void Render() -
End
public void End() -
Play
-
Update
public void Update() -
UpdateLights
public void UpdateLights() -
ResetToFrameOne
public void ResetToFrameOne() -
DisableBlendingFrom
public void DisableBlendingFrom(java.lang.String clipName)
-