C# Class Grid.GridCell, SanityEngine

Inheritance: NavMeshNode
Show file Open project: tosos/SanityEngine Class Usage Examples

Public Properties

Property Type Description
edges float[]

Public Methods

Method Description
ClearFlags ( CellFlags flags ) : void
Equals ( Node, other ) : bool
GetHashCode ( ) : int
GridCell ( int index, GridType gridType, Vector3 pos ) : System.Collections.Generic
SetFlags ( CellFlags flags ) : void
TestFlags ( CellFlags flags ) : bool

Method Details

ClearFlags() public method

public ClearFlags ( CellFlags flags ) : void
flags CellFlags
return void

Equals() public method

public Equals ( Node, other ) : bool
other Node,
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GridCell() public method

public GridCell ( int index, GridType gridType, Vector3 pos ) : System.Collections.Generic
index int
gridType GridType
pos Vector3
return System.Collections.Generic

SetFlags() public method

public SetFlags ( CellFlags flags ) : void
flags CellFlags
return void

TestFlags() public method

public TestFlags ( CellFlags flags ) : bool
flags CellFlags
return bool

Property Details

edges public property

public float[] edges
return float[]