Class AnimationSet
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationSet
public final class AnimationSet
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AnimationSet()
-
Method Summary
Modifier and Type Method Description boolean
containsState(java.lang.String string)
static AnimationSet
GetAnimationSet(java.lang.String string, boolean boolean1)
AnimState
GetState(java.lang.String string)
boolean
Load(java.lang.String string)
static void
Reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
setMap
protected static final java.util.HashMap setMap -
states
public final java.util.HashMap states -
m_Name
public java.lang.String m_Name
-
-
Constructor Details
-
AnimationSet
public AnimationSet()
-
-
Method Details
-
GetAnimationSet
-
Reset
public static void Reset() -
GetState
-
containsState
public boolean containsState(java.lang.String string) -
Load
public boolean Load(java.lang.String string)
-