Class SpriteModel
java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.iso.SpriteModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
final org.joml.Vector3f
float
final org.joml.Vector3f
Fields inherited from class zombie.scripting.objects.BaseScriptObject
debugOnly, enabled
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
org.joml.Vector3f
float
getScale()
org.joml.Vector3f
void
void
parseRuntimeString
(String string1, int int0, int int1, String string0) set
(SpriteModel spriteModel0) void
setAnimationName
(String string) void
setAnimationTime
(float float0) void
setModelScriptName
(String string) void
setRuntimeString
(String string) void
setScale
(float float0) void
setTextureName
(String string) 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, LoadVector3, OnLoadedAfterLua, OnPostWorldDictionaryInit, OnScriptsLoaded, PreReload, reset, resetLoadedScriptBodies, setModule, setParent
-
Field Details
-
modelScriptName
-
textureName
-
translate
public final org.joml.Vector3f translate -
rotate
public final org.joml.Vector3f rotate -
scale
public float scale -
animationName
-
animationTime
public float animationTime -
runtimeString
-
-
Constructor Details
-
SpriteModel
public SpriteModel() -
SpriteModel
-
-
Method Details
-
Load
-
set
-
getModelScriptName
-
setModelScriptName
-
getTextureName
-
setTextureName
-
getTranslate
public org.joml.Vector3f getTranslate() -
getRotate
public org.joml.Vector3f getRotate() -
getScale
public float getScale() -
setScale
public void setScale(float float0) -
getAnimationName
-
setAnimationName
-
getAnimationTime
public float getAnimationTime() -
setAnimationTime
public void setAnimationTime(float float0) -
getRuntimeString
-
setRuntimeString
-
parseRuntimeString
public void parseRuntimeString(String string1, int int0, int int1, String string0) throws RuntimeException - Throws:
RuntimeException
-