C# Class Pathfinding.GraphUpdateScene

Inheritance: GraphModifier
Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Свойство Type Description
points UnityEngine.Vector3[]
tags TagMask

Méthodes publiques

Méthode Description
Apply ( ) : void
Apply ( AstarPath active ) : void
GetBounds ( ) : Bounds
InvertSettings ( ) : void
LockToY ( ) : void
OnDrawGizmos ( ) : void
OnDrawGizmos ( bool selected ) : void
OnDrawGizmosSelected ( ) : void
OnPostScan ( ) : void
RecalcConvex ( ) : void
Start ( ) : void
ToggleUseWorldSpace ( ) : void

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

Apply() public méthode

public Apply ( AstarPath active ) : void
active AstarPath
Résultat void

GetBounds() public méthode

public GetBounds ( ) : Bounds
Résultat UnityEngine.Bounds

InvertSettings() public méthode

public InvertSettings ( ) : void
Résultat void

LockToY() public méthode

public LockToY ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( bool selected ) : void
selected bool
Résultat void

OnDrawGizmosSelected() public méthode

public OnDrawGizmosSelected ( ) : void
Résultat void

OnPostScan() public méthode

public OnPostScan ( ) : void
Résultat void

RecalcConvex() public méthode

public RecalcConvex ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

ToggleUseWorldSpace() public méthode

public ToggleUseWorldSpace ( ) : void
Résultat void

Property Details

points public_oe property

public Vector3[],UnityEngine points
Résultat UnityEngine.Vector3[]

tags public_oe property

public TagMask,Pathfinding tags
Résultat TagMask