C# Class MovementController, EDIX-sample

Inheritance: MonoBehaviour
Show file 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 property

public LayerMask groundLayers
return LayerMask

groundedCheckOffset public property

public float groundedCheckOffset
return float

onJump public property

public JumpDelegate onJump
return JumpDelegate

speed public property

public float speed
return float

target public property

public Rigidbody target
return Rigidbody