C# Class TileSequence, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2 Class Usage Examples

Méthodes publiques

Свойство Type Description
TileNumber int
pathDown bool
trueTile bool

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

OnTriggerExit() public méthode

public OnTriggerExit ( Collider other ) : void
other Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

TileNumber public_oe property

public int TileNumber
Résultat int

pathDown public_oe property

public bool pathDown
Résultat bool

trueTile public_oe property

public bool trueTile
Résultat bool