C# Class ToolUser, Endure

Inheritance: MonoBehaviour
Show file Open project: Endure-Game/Endure Class Usage Examples

Public Properties

Property Type Description
delay float
range float
toolType string

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
UseEast ( ) : void
UseNorth ( ) : void
UseSouth ( ) : void
UseWest ( ) : void

Private Methods

Method Description
CreateTool ( bool horizontal, int direction ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UseEast() public method

public UseEast ( ) : void
return void

UseNorth() public method

public UseNorth ( ) : void
return void

UseSouth() public method

public UseSouth ( ) : void
return void

UseWest() public method

public UseWest ( ) : void
return void

Property Details

delay public property

public float delay
return float

range public property

public float range
return float

toolType public property

public string toolType
return string