C# Class Pin, MyProjects

Inheritance: MonoBehaviour
Show file Open project: usunyu/MyProjects Class Usage Examples

Public Properties

Property Type Description
standingThreshold float

Public Methods

Method Description
IsStanding ( ) : bool
Lower ( ) : void
Raise ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

IsStanding() public method

public IsStanding ( ) : bool
return bool

Lower() public method

public Lower ( ) : void
return void

Raise() public method

public Raise ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

standingThreshold public property

public float standingThreshold
return float