Class VehicleScript.Model

java.lang.Object
zombie.scripting.objects.VehicleScript.Model
Enclosing class:
VehicleScript

public static class VehicleScript.Model
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String file  
    java.lang.String id  
    Vector3f offset  
    Vector3f rotate  
    float scale  
  • Constructor Summary

    Constructors
    Constructor Description
    Model()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      public java.lang.String id
    • file

      public java.lang.String file
    • scale

      public float scale
    • offset

      public Vector3f offset
    • rotate

      public Vector3f rotate
  • Constructor Details

    • Model

      public Model()