C# Class AnimationSpeed, Unity3D

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float walkingspeed
return float