C# Class AnimationSpeed, Unity3D

Inheritance: MonoBehaviour
Show file Open project: kw0006667/Unity3D Class Usage Examples

Public Properties

Property Type Description
walkingspeed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

walkingspeed public property

public float walkingspeed
return float