new()
@:value(new Vec3(-10, -10, -10))@propangularLowerLimit:Vec3 = new Vec3(-10, -10, -10)
@:value(new Vec3(10, 10, 10))@propangularUpperLimit:Vec3 = new Vec3(10, 10, 10)
@:value(new Vec3(0, 0, 0))@proplinearLowerLimit:Vec3 = new Vec3(0, 0, 0)
@:value(new Vec3(0, 0, 0))@proplinearUpperLimit:Vec3 = new Vec3(0, 0, 0)
@:value("")name:String = ""
object:Object
notifyOnAdd(f:() ‑> Void):Void
notifyOnInit(f:() ‑> Void):Void
notifyOnLateUpdate(f:() ‑> Void):Void
notifyOnRemove(f:() ‑> Void):Void
notifyOnRender(f:Graphics ‑> Void):Void
notifyOnRender2D(f:Graphics ‑> Void):Void
notifyOnUpdate(f:() ‑> Void):Void
remove():Void
removeLateUpdate(f:() ‑> Void):Void
removeRender(f:Graphics ‑> Void):Void
removeRender2D(f:Graphics ‑> Void):Void
removeUpdate(f:() ‑> Void):Void