C# Class GridPlace, hexciter

Inheritance: MonoBehaviour
Afficher le fichier Open project: pR0Ps/hexciter Class Usage Examples

Méthodes publiques

Свойство Type Description
HexaCubePrefab GameObject
hexaCube HexaCube

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Awake ( ) : void
DiscoverSiblings ( ) : void
DownAction ( ) : void
OnDrawGizmos ( ) : void
Scale ( int depth, bool scale ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DiscoverSiblings() public méthode

public DiscoverSiblings ( ) : void
Résultat void

DownAction() public méthode

public DownAction ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

Scale() public méthode

public Scale ( int depth, bool scale ) : void
depth int
scale bool
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

HexaCubePrefab public_oe property

public GameObject HexaCubePrefab
Résultat GameObject

hexaCube public_oe property

public HexaCube hexaCube
Résultat HexaCube