C# Class MemoryPuzzle, Asylum

Inheritance: MonoBehaviour
Mostra file Open project: jump4r/Asylum Class Usage Examples

Public Properties

Property Type Description
badTile Material
blankTile Material
endTile Material
glowingTile GameObject
goodTile Material
invisTile Material

Public Methods

Method Description
Awake ( ) : void
CheckPlayerHeight ( ) : void
FindPath ( ) : void
MakeGrid ( ) : void
MakeStartPlatform ( ) : void
Start ( ) : void
StartingSequence ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

CheckPlayerHeight() public method

public CheckPlayerHeight ( ) : void
return void

FindPath() public method

public FindPath ( ) : void
return void

MakeGrid() public method

public MakeGrid ( ) : void
return void

MakeStartPlatform() public method

public MakeStartPlatform ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartingSequence() public method

public StartingSequence ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

badTile public_oe property

public Material badTile
return Material

blankTile public_oe property

public Material blankTile
return Material

endTile public_oe property

public Material endTile
return Material

glowingTile public_oe property

public GameObject glowingTile
return GameObject

goodTile public_oe property

public Material goodTile
return Material

invisTile public_oe property

public Material invisTile
return Material