Constructor

@:value({ group : 1, animated : false, collisionMargin : 0.0, restitution : 0.0, friction : 0.5, jumpSpeed : 8.0, shape : ControllerShape.Capsule, mass : 1.0 })new(mass:Float = 1.0, shape:ControllerShape = ControllerShape.Capsule, jumpSpeed:Float = 8.0, friction:Float = 0.5, restitution:Float = 0.0, collisionMargin:Float = 0.0, animated:Bool = false, group:Int = 1)

Variables

@:value(null)body:PairCachingGhostObject = null

@:value(1)group:Int = 1

@:value(0)id:Int = 0

@:value(false)ready:Bool = false

@:value(null)transform:Transform = null

@:value(null)onReady:() ‑> Void = null

Methods

Inherited Variables

Defined by Trait

@:value("")name:String = ""

Inherited Methods