Uses of Class
zombie.scripting.objects.ModelAttachment
Packages that use ModelAttachment
-
Uses of ModelAttachment in zombie.core.skinnedmodel.model
Methods in zombie.core.skinnedmodel.model that return ModelAttachmentModifier and TypeMethodDescriptionModelInstance.getAttachment
(int index) ModelInstance.getAttachmentById
(String id) Methods in zombie.core.skinnedmodel.model with parameters of type ModelAttachmentModifier and TypeMethodDescriptionModelInstance.getAttachmentMatrix
(ModelAttachment attachment, Matrix4f out) void
ModelInstance.getAttachmentWorldPosition
(ModelAttachment modelAttachment, float float0, Vector3 vector0, Vector3 vector1) void
ModelInstance.getAttachmentWorldPosition
(ModelAttachment modelAttachment, Vector3 vector0, Vector3 vector1) static Matrix4f
ModelInstanceRenderData.makeAttachmentTransform
(ModelAttachment attachment, Matrix4f attachmentXfrm) -
Uses of ModelAttachment in zombie.scripting.objects
Fields in zombie.scripting.objects with type parameters of type ModelAttachmentModifier and TypeFieldDescriptionModelScript.m_attachmentById
final ArrayList
<ModelAttachment> ModelScript.m_attachments
final ArrayList
<ModelAttachment> VehicleScript.m_attachments
Methods in zombie.scripting.objects that return ModelAttachmentModifier and TypeMethodDescriptionModelScript.addAttachment
(ModelAttachment attach) VehicleScript.addAttachment
(ModelAttachment attach) ModelScript.addAttachmentAt
(int index, ModelAttachment attach) VehicleScript.addAttachmentAt
(int index, ModelAttachment attach) ModelScript.getAttachment
(int index) VehicleScript.getAttachment
(int index) ModelScript.getAttachmentById
(String id) VehicleScript.getAttachmentById
(String id) ModelScript.removeAttachment
(int index) ModelScript.removeAttachment
(ModelAttachment attach) VehicleScript.removeAttachment
(int index) VehicleScript.removeAttachment
(ModelAttachment attach) Methods in zombie.scripting.objects with parameters of type ModelAttachmentModifier and TypeMethodDescriptionModelScript.addAttachment
(ModelAttachment attach) VehicleScript.addAttachment
(ModelAttachment attach) ModelScript.addAttachmentAt
(int index, ModelAttachment attach) VehicleScript.addAttachmentAt
(int index, ModelAttachment attach) void
IModelAttachmentOwner.afterRenameAttachment
(ModelAttachment arg0) void
ModelScript.afterRenameAttachment
(ModelAttachment modelAttachment) void
VehicleScript.afterRenameAttachment
(ModelAttachment var1) void
IModelAttachmentOwner.beforeRenameAttachment
(ModelAttachment arg0) void
ModelScript.beforeRenameAttachment
(ModelAttachment modelAttachment) void
VehicleScript.beforeRenameAttachment
(ModelAttachment var1) ModelScript.removeAttachment
(ModelAttachment attach) VehicleScript.removeAttachment
(ModelAttachment attach)