Contents
- Description
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- getTarget()
- setTarget(IsoGameCharacter)
- addCustomVariable(String)
- removeCustomVariable(String)
- setFilter(int, boolean)
- getFilter(int)
- isDoTickStamps()
- setDoTickStamps(boolean)
- update(IsoGameCharacter, AnimLayer[])
- IsDirty()
- getLogString()
- IsDirtyFloatList()
- getFloatNames()
- isKnownVarsDirty()
- getKnownVariables()
- setSelectedVariable(String)
- getSelectedVariable()
- getSelectedVariableFloat()
- getSelectedVarMinFloat()
- getSelectedVarMaxFloat()
- getSelectedVarFloatList()
- registerVariable(String)
Class AnimatorDebugMonitor
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.debug.AnimatorDebugMonitor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomVariable
(String var) boolean
getFilter
(int index) float
boolean
IsDirty()
boolean
boolean
static boolean
static void
registerVariable
(String key) void
void
setDoTickStamps
(boolean _doTickStamps) void
setFilter
(int index, boolean b) void
void
setTarget
(IsoGameCharacter character) void
update
(IsoGameCharacter character, AnimLayer[] animLayers)
-
Field Details
-
Constructor Details
-
Method Details
-
getTarget
-
setTarget
-
addCustomVariable
-
removeCustomVariable
-
setFilter
public void setFilter(int index, boolean b) -
getFilter
public boolean getFilter(int index) -
isDoTickStamps
public boolean isDoTickStamps() -
setDoTickStamps
public void setDoTickStamps(boolean _doTickStamps) -
update
-
IsDirty
public boolean IsDirty() -
getLogString
-
IsDirtyFloatList
public boolean IsDirtyFloatList() -
getFloatNames
-
isKnownVarsDirty
public static boolean isKnownVarsDirty() -
getKnownVariables
-
setSelectedVariable
-
getSelectedVariable
-
getSelectedVariableFloat
public float getSelectedVariableFloat() -
getSelectedVarMinFloat
-
getSelectedVarMaxFloat
-
getSelectedVarFloatList
-
registerVariable
-