C# Class BlockSpawner, BattleShipV2

Inheritance: MonoBehaviour
Show file Open project: GameMakersUnion/BattleShipV2 Class Usage Examples

Public Properties

Property Type Description
GyroPrefab GameObject
PowerPrefab GameObject
Selection GameObject
ThrusterPrefab GameObject

Public Methods

Method Description
Update ( ) : void

Private Methods

Method Description
CheckPlacement ( ) : void
CheckSelector ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

GyroPrefab public property

public GameObject GyroPrefab
return GameObject

PowerPrefab public property

public GameObject PowerPrefab
return GameObject

Selection public property

public GameObject Selection
return GameObject

ThrusterPrefab public property

public GameObject ThrusterPrefab
return GameObject