C# Class HullSpawner, BattleShipV2

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameMakersUnion/BattleShipV2

Méthodes publiques

Свойство Type Description
grid GameObject
hullPrefab GameObject

Méthodes publiques

Méthode Description
Update ( ) : void

Private Methods

Méthode Description
ConnectedToMain ( Vector3 worldClick, HashSet visited ) : bool
EditHull ( ) : void
GetBlock ( Vector3 worldPos ) : Collider2D
HasAdjecent ( Vector3 worldPos ) : bool
IsEssential ( Collider2D col ) : bool

Method Details

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

grid public_oe property

public GameObject grid
Résultat GameObject

hullPrefab public_oe property

public GameObject hullPrefab
Résultat GameObject