C# Class Pathfinding.GraphUpdateObject

Afficher le fichier Open project: austinshenk/Binary Class Usage Examples

Méthodes publiques

Свойство Type Description
addPenalty int
bounds UnityEngine.Bounds
modifyTag bool
modifyWalkability bool
nnConstraint NNConstraint
requiresFloodFill bool
setTag int
setWalkability bool
shape GraphUpdateShape
trackChangedNodes bool
updateErosion bool
updatePhysics bool

Méthodes publiques

Méthode Description
Apply ( Node node ) : void
GraphUpdateObject ( ) : System.Collections
GraphUpdateObject ( Bounds b ) : System.Collections
RevertFromBackup ( ) : void
WillUpdateNode ( Node node ) : void

Method Details

Apply() public méthode

public Apply ( Node node ) : void
node Node
Résultat void

GraphUpdateObject() public méthode

public GraphUpdateObject ( ) : System.Collections
Résultat System.Collections

GraphUpdateObject() public méthode

public GraphUpdateObject ( Bounds b ) : System.Collections
b UnityEngine.Bounds
Résultat System.Collections

RevertFromBackup() public méthode

public RevertFromBackup ( ) : void
Résultat void

WillUpdateNode() public méthode

public WillUpdateNode ( Node node ) : void
node Node
Résultat void

Property Details

addPenalty public_oe property

public int addPenalty
Résultat int

bounds public_oe property

public Bounds,UnityEngine bounds
Résultat UnityEngine.Bounds

modifyTag public_oe property

public bool modifyTag
Résultat bool

modifyWalkability public_oe property

public bool modifyWalkability
Résultat bool

nnConstraint public_oe property

public NNConstraint,Pathfinding nnConstraint
Résultat NNConstraint

requiresFloodFill public_oe property

public bool requiresFloodFill
Résultat bool

setTag public_oe property

public int setTag
Résultat int

setWalkability public_oe property

public bool setWalkability
Résultat bool

shape public_oe property

public GraphUpdateShape,Pathfinding shape
Résultat GraphUpdateShape

trackChangedNodes public_oe property

public bool trackChangedNodes
Résultat bool

updateErosion public_oe property

public bool updateErosion
Résultat bool

updatePhysics public_oe property

public bool updatePhysics
Résultat bool