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 isoGameCharacter) void
update
(IsoGameCharacter isoGameCharacter, AnimLayer[] animLayer)
-
Field Details
-
instance
-
-
Constructor Details
-
AnimatorDebugMonitor
-
-
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
-