Package zombie.core.skinnedmodel.runtime
Class CopyFrame
java.lang.Object
zombie.core.skinnedmodel.runtime.CopyFrame
- All Implemented Interfaces:
IRuntimeAnimationCommand
public final class CopyFrame extends java.lang.Object implements IRuntimeAnimationCommand
-
Field Summary
Fields Modifier and Type Field Description protected int
m_FPS
protected int
m_frame
protected java.lang.String
m_source
protected int
m_sourceFPS
protected int
m_sourceFrame
-
Constructor Summary
Constructors Constructor Description CopyFrame()
-
Method Summary
Modifier and Type Method Description void
exec(java.util.List list)
void
parse(ScriptParser.Block block)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_frame
protected int m_frame -
m_FPS
protected int m_FPS -
m_source
protected java.lang.String m_source -
m_sourceFrame
protected int m_sourceFrame -
m_sourceFPS
protected int m_sourceFPS
-
-
Constructor Details
-
CopyFrame
public CopyFrame()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceIRuntimeAnimationCommand
-
exec
public void exec(java.util.List list)- Specified by:
exec
in interfaceIRuntimeAnimationCommand
-