C# Class ActiveEnvironments, TWI_Repo

Inheritance: MonoBehaviour
Mostrar archivo Open project: justcollins/TWI_Repo Class Usage Examples

Public Properties

Property Type Description
startingEnv GameObject[]

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
addToActive ( GameObject envItem, int index ) : void
checkActive ( GameObject check ) : bool
findLayer ( int fLayer ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

addToActive() public method

public addToActive ( GameObject envItem, int index ) : void
envItem GameObject
index int
return void

checkActive() public method

public checkActive ( GameObject check ) : bool
check GameObject
return bool

findLayer() public method

public findLayer ( int fLayer ) : void
fLayer int
return void

Property Details

startingEnv public_oe property

public GameObject[] startingEnv
return GameObject[]