C# Class GridPlace, hexciter

Inheritance: MonoBehaviour
Mostrar archivo Open project: pR0Ps/hexciter Class Usage Examples

Public Properties

Property Type Description
HexaCubePrefab GameObject
hexaCube HexaCube

Private Properties

Property Type Description

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

DiscoverSiblings() public method

public DiscoverSiblings ( ) : void
return void

DownAction() public method

public DownAction ( ) : void
return void

OnDrawGizmos() public method

public OnDrawGizmos ( ) : void
return void

Scale() public method

public Scale ( int depth, bool scale ) : void
depth int
scale bool
return void

Update() public method

public Update ( ) : void
return void

Property Details

HexaCubePrefab public_oe property

public GameObject HexaCubePrefab
return GameObject

hexaCube public_oe property

public HexaCube hexaCube
return HexaCube