C# Class ToolUser, Endure

Inheritance: MonoBehaviour
Afficher le fichier Open project: Endure-Game/Endure Class Usage Examples

Méthodes publiques

Свойство Type Description
delay float
range float
toolType string

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
UseEast ( ) : void
UseNorth ( ) : void
UseSouth ( ) : void
UseWest ( ) : void

Private Methods

Méthode Description
CreateTool ( bool horizontal, int direction ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UseEast() public méthode

public UseEast ( ) : void
Résultat void

UseNorth() public méthode

public UseNorth ( ) : void
Résultat void

UseSouth() public méthode

public UseSouth ( ) : void
Résultat void

UseWest() public méthode

public UseWest ( ) : void
Résultat void

Property Details

delay public_oe property

public float delay
Résultat float

range public_oe property

public float range
Résultat float

toolType public_oe property

public string toolType
Résultat string