C# Class TileSequence, PGP2

Inheritance: MonoBehaviour
Datei anzeigen Open project: theiis/PGP2 Class Usage Examples

Public Properties

Property Type Description
TileNumber int
pathDown bool
trueTile bool

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnTriggerExit() public method

public OnTriggerExit ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

TileNumber public_oe property

public int TileNumber
return int

pathDown public_oe property

public bool pathDown
return bool

trueTile public_oe property

public bool trueTile
return bool