Package zombie.scripting.objects
Class ModelScript
java.lang.Object
zombie.scripting.objects.BaseScriptObject
zombie.scripting.objects.ModelScript
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ArrayListbooleanstatic final Stringbooleanfinal ArrayListfloatFields inherited from class zombie.scripting.objects.BaseScriptObject
module -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttachment(ModelAttachment modelAttachment) addAttachmentAt(int int1, ModelAttachment modelAttachment) getAttachment(int int1) getAttachmentById(String string) intgetName()getTextureName(boolean boolean1) voidremoveAttachment(int int1) removeAttachment(ModelAttachment modelAttachment) voidreset()static voidMethods 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()
-