Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
droid.Runtime.Utilities.Misc.Grid.GridCell Class Referenceabstract
Inheritance diagram for droid.Runtime.Utilities.Misc.Grid.GridCell:
Collaboration diagram for droid.Runtime.Utilities.Misc.Grid.GridCell:

Public Member Functions

abstract void Setup (string name, Material mat)
 

Protected Attributes

Collider _Col
 
Renderer _Rend
 

Properties

IntVector3 GridCoordinates [get, set]
 

Detailed Description

Definition at line 5 of file GridCell.cs.

Member Function Documentation

◆ Setup()

abstract void droid.Runtime.Utilities.Misc.Grid.GridCell.Setup ( string  name,
Material  mat 
)
pure virtual

Member Data Documentation

◆ _Col

Collider droid.Runtime.Utilities.Misc.Grid.GridCell._Col
protected

Definition at line 6 of file GridCell.cs.

◆ _Rend

Renderer droid.Runtime.Utilities.Misc.Grid.GridCell._Rend
protected

Definition at line 7 of file GridCell.cs.

Property Documentation

◆ GridCoordinates

IntVector3 droid.Runtime.Utilities.Misc.Grid.GridCell.GridCoordinates
getset

Definition at line 8 of file GridCell.cs.


The documentation for this class was generated from the following file: