C# Class Slide, voxicon

Inheritance: MonoBehaviour
Show file Open project: nkrishnaswamy/voxicon Class Usage Examples

Public Properties

Property Type Description
speed float

Public Methods

Method Description
SetNewBehavior ( List args ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetNewBehavior() public method

public SetNewBehavior ( List args ) : void
args List
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public property

public float speed
return float