C# Class WaypointManager, Unity-AI-framework

Inheritance: MonoBehaviour
Afficher le fichier Open project: MyOwnClone/Unity-AI-framework Class Usage Examples

Méthodes publiques

Свойство Type Description
CenterX float
CenterY float
GenerationDone bool
Step float
Width float
matrix PathNode[][],
pathNodes List

Private Methods

Méthode Description
GetClosestObject ( QuadTreeItem qi, Vector3 actPosition ) : GameObject
GetNearestVertex ( GameObject go, Vector3 actPosition, double &minOut ) : Vector3
Init ( ) : void
IsInside ( List gos, Vector3 actPosition ) : bool
LoadFile ( ) : bool
MinimalDistance ( Vector3 tested, List objs ) : float
PathNodeDelete ( Vector3 pos ) : void
PrepareNode ( int x1, int y1, Vector3 position, string description ) : void
SaveFileExist ( ) : bool
SaveToFile ( ) : bool
Update ( ) : void

Property Details

CenterX public_oe property

public float CenterX
Résultat float

CenterY public_oe property

public float CenterY
Résultat float

GenerationDone public_oe static_oe property

public static bool GenerationDone
Résultat bool

Step public_oe property

public float Step
Résultat float

Width public_oe property

public float Width
Résultat float

matrix public_oe property

public PathNode[][], matrix
Résultat PathNode[][],

pathNodes public_oe property

public List pathNodes
Résultat List