C# Class MovementController, EDIX-sample

Inheritance: MonoBehaviour
Datei anzeigen Open project: unity3d-jp/EDIX-sample Class Usage Examples

Public Properties

Property Type Description
groundLayers LayerMask
groundedCheckOffset float
onJump JumpDelegate
speed float
target Rigidbody

Public Methods

Method Description
FixedUpdate ( ) : void
Reset ( ) : void
Setup ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Setup() public method

public Setup ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

groundLayers public_oe property

public LayerMask groundLayers
return LayerMask

groundedCheckOffset public_oe property

public float groundedCheckOffset
return float

onJump public_oe property

public JumpDelegate onJump
return JumpDelegate

speed public_oe property

public float speed
return float

target public_oe property

public Rigidbody target
return Rigidbody