C# Class SpawnAlien, TheUnseen

Inheritance: MonoBehaviour
Show file Open project: henryj41043/TheUnseen

Public Properties

Property Type Description
alien GameObject
battery Battery,
spawnPoint Transform

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public method

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

Property Details

alien public property

public GameObject alien
return GameObject

battery public property

public Battery, battery
return Battery,

spawnPoint public property

public Transform spawnPoint
return Transform