C# Class ArbiterBehavior, TWI_Repo

Inheritance: MonoBehaviour
Mostra file Open project: justcollins/TWI_Repo

Public Properties

Property Type Description
activeEnvCheck ActiveEnvironments,
damageSphere1 GameObject
motherSpawn GameObject
spawnLoc Transform
spawnOfSatan GameObject
sphere1Travel Transform[]
sphere2Travel Transform[]
sphere3Travel Transform[]

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
attackProtocol ( ) : void
longSpawn ( ) : void
shortSpawn ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

attackProtocol() public method

public attackProtocol ( ) : void
return void

longSpawn() public method

public longSpawn ( ) : void
return void

shortSpawn() public method

public shortSpawn ( ) : void
return void

Property Details

activeEnvCheck public_oe property

public ActiveEnvironments, activeEnvCheck
return ActiveEnvironments,

damageSphere1 public_oe property

public GameObject damageSphere1
return GameObject

motherSpawn public_oe property

public GameObject motherSpawn
return GameObject

spawnLoc public_oe property

public Transform spawnLoc
return Transform

spawnOfSatan public_oe property

public GameObject spawnOfSatan
return GameObject

sphere1Travel public_oe property

public Transform[] sphere1Travel
return Transform[]

sphere2Travel public_oe property

public Transform[] sphere2Travel
return Transform[]

sphere3Travel public_oe property

public Transform[] sphere3Travel
return Transform[]