Class MyGUO Extends GraphUpdateObject
Public
Public Methods
Apply
(node)
Updates the specified node using this GUO's settings.
Public
Public Variables
offset
Public
Inherited Public Members
addPenalty
Penalty to add to the nodes.
Public
ApplyJob< T >
(mapper, data, dependencyTracker)
Update a set of nodes using this GUO's settings.
Public
bounds
The bounds to update nodes within.
Public
resetPenaltyOnPhysics
Reset penalties to their initial values when updating grid graphs and updatePhysics is true.
Public
RevertFromBackup
()
Reverts penalties and flags (which includes walkability) on every node which was updated using this GUO.
Public
setWalkability
If modifyWalkability is true, the nodes' walkable variable will be set to this value.
Public
shape
A shape can be specified if a bounds object does not give enough precision.
Public
trackChangedNodes
Track which nodes are changed and save backup data.
Public
updateErosion
Update Erosion for GridGraphs.
Public
updatePhysics
Use physics checks to update nodes.
Public
WillUpdateNode
(node)
Should be called on every node which is updated with this GUO before it is updated.
Public