Package zombie.scripting.objects
Class ModelScript
java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.ModelScript
-
Field Summary
Modifier and TypeFieldDescriptionfinal ArrayList
boolean
static final String
boolean
final ArrayList
float
Fields inherited from class zombie.scripting.objects.BaseScriptObject
module
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddAttachment
(ModelAttachment modelAttachment) addAttachmentAt
(int int1, ModelAttachment modelAttachment) getAttachment
(int int1) getAttachmentById
(String string) int
getName()
getTextureName
(boolean boolean1) void
removeAttachment
(int int1) removeAttachment
(ModelAttachment modelAttachment) void
reset()
static void
Methods inherited from class zombie.scripting.objects.BaseScriptObject
getModule, Load
-
Field Details
-
DEFAULT_SHADER_NAME
- See Also:
-
fileName
-
name
-
meshName
-
textureName
-
shaderName
-
bStatic
public boolean bStatic -
scale
public float scale -
m_attachments
-
invertX
public boolean invertX -
loadedModel
-
boneWeights
-
animationsMesh
-
-
Constructor Details
-
ModelScript
public ModelScript()
-
-
Method Details
-
Load
-
getName
-
getFullType
-
getMeshName
-
getTextureName
-
getTextureName
-
getShaderName
-
getFileName
-
getAttachmentCount
public int getAttachmentCount() -
getAttachment
-
getAttachmentById
-
addAttachment
-
removeAttachment
-
addAttachmentAt
-
removeAttachment
-
reset
public void reset() -
ScriptsLoaded
public static void ScriptsLoaded()
-