Class VehicleScript.Model
java.lang.Object
zombie.scripting.objects.VehicleScript.Model
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
final org.joml.Vector3f
final org.joml.Vector3f
float
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
file
-
scale
public float scale -
offset
public final org.joml.Vector3f offset -
rotate
public final org.joml.Vector3f rotate -
attachmentNameParent
-
attachmentNameSelf
-
bIgnoreVehicleScale
public boolean bIgnoreVehicleScale
-
-
Constructor Details
-
Model
public Model()
-
-
Method Details
-
getId
-
getFile
-
getScale
public float getScale() -
getOffset
public org.joml.Vector3f getOffset() -
getRotate
public org.joml.Vector3f getRotate() -
getAttachmentNameParent
-
getAttachmentNameSelf
-