Package zombie.core.skinnedmodel.runtime
Class CopyFrames
java.lang.Object
zombie.core.skinnedmodel.runtime.CopyFrames
- All Implemented Interfaces:
IRuntimeAnimationCommand
public final class CopyFrames extends java.lang.Object implements IRuntimeAnimationCommand
-
Field Summary
Fields Modifier and Type Field Description protected intm_FPSprotected intm_frameprotected java.lang.Stringm_sourceprotected intm_sourceFPSprotected intm_sourceFrame1protected intm_sourceFrame2 -
Constructor Summary
Constructors Constructor Description CopyFrames() -
Method Summary
Modifier and Type Method Description voidexec(java.util.List list)voidparse(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_sourceFrame1
protected int m_sourceFrame1 -
m_sourceFrame2
protected int m_sourceFrame2 -
m_sourceFPS
protected int m_sourceFPS
-
-
Constructor Details
-
CopyFrames
public CopyFrames()
-
-
Method Details
-
parse
- Specified by:
parsein interfaceIRuntimeAnimationCommand
-
exec
public void exec(java.util.List list)- Specified by:
execin interfaceIRuntimeAnimationCommand
-