C# Class AnimatorSetup, SOFTENG-306-PROJECT-2

Mostra file Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Properties

Property Type Description
angleResponseTime float
angularSpeedDampTime float
speedDampTime float

Public Methods

Method Description
AnimatorSetup ( Animator anim ) : System.Collections
Setup ( float speed, float angle ) : void

Method Details

AnimatorSetup() public method

public AnimatorSetup ( Animator anim ) : System.Collections
anim Animator
return System.Collections

Setup() public method

public Setup ( float speed, float angle ) : void
speed float
angle float
return void

Property Details

angleResponseTime public_oe property

public float angleResponseTime
return float

angularSpeedDampTime public_oe property

public float angularSpeedDampTime
return float

speedDampTime public_oe property

public float speedDampTime
return float