Class SpriteModel
java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.iso.SpriteModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
getScale()
void
void
parseRuntimeString
(String arg0, int arg1, int arg2, String arg3) set
(SpriteModel arg0) void
setAnimationName
(String arg0) void
setAnimationTime
(float arg0) void
setModelScriptName
(String arg0) void
setRuntimeString
(String arg0) void
setScale
(float arg0) void
setTextureName
(String arg0) Methods inherited from class zombie.scripting.objects.BaseScriptObject
addLoadedScriptBody, calculateScriptVersion, debugString, getAllScriptLines, getBodyScriptLines, getLoadedScriptBodies, getLoadedScriptBodyCount, getModule, getObsolete, getParent, getScriptLines, getScriptObjectFullType, getScriptObjectName, getScriptObjectType, getScriptVersion, getVersion, InitLoadPP, isDebugOnly, isEnabled, LoadCommonBlock, LoadCommonBlock, OnLoadedAfterLua, OnPostWorldDictionaryInit, OnScriptsLoaded, PreReload, reset, resetLoadedScriptBodies, setModule, setParent
-
Field Details
-
modelScriptName
-
textureName
-
translate
-
rotate
-
scale
public float scale -
animationName
-
animationTime
public float animationTime -
runtimeString
-
-
Constructor Details
-
SpriteModel
public SpriteModel()
-
-
Method Details
-
Load
-
set
-
getModelScriptName
-
setModelScriptName
-
getTextureName
-
setTextureName
-
getTranslate
-
getRotate
-
getScale
public float getScale() -
setScale
public void setScale(float arg0) -
getAnimationName
-
setAnimationName
-
getAnimationTime
public float getAnimationTime() -
setAnimationTime
public void setAnimationTime(float arg0) -
getRuntimeString
-
setRuntimeString
-
parseRuntimeString
public void parseRuntimeString(String arg0, int arg1, int arg2, String arg3) throws RuntimeException - Throws:
RuntimeException
-