C# Class Grid.GridCell, SanityEngine

Inheritance: NavMeshNode
Afficher le fichier Open project: tosos/SanityEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
edges float[]

Méthodes publiques

Méthode 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 méthode

public ClearFlags ( CellFlags flags ) : void
flags CellFlags
Résultat void

Equals() public méthode

public Equals ( Node, other ) : bool
other Node,
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GridCell() public méthode

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

SetFlags() public méthode

public SetFlags ( CellFlags flags ) : void
flags CellFlags
Résultat void

TestFlags() public méthode

public TestFlags ( CellFlags flags ) : bool
flags CellFlags
Résultat bool

Property Details

edges public_oe property

public float[] edges
Résultat float[]