Class GraphUpdateObject
Represents a collection of settings used to update nodes in a specific region of a graph.
Inner Types
Public Methods
Updates the specified node using this GUO's settings.
Update a set of nodes using this GUO's settings.
Creates a new GUO with the specified bounds.
Reverts penalties and flags (which includes walkability) on every node which was updated using this GUO.
Should be called on every node which is updated with this GUO before it is updated.
Public Variables
Penalty to add to the nodes.
The bounds to update nodes within.
Reset penalties to their initial values when updating grid graphs and updatePhysics is true.
If modifyWalkability is true, the nodes' walkable variable will be set to this value.
A shape can be specified if a bounds object does not give enough precision.
Info about if a graph update has been applied or not.
Track which nodes are changed and save backup data.
Update Erosion for GridGraphs.
Use physics checks to update nodes.
Private/Protected Members
Info about if a graph update has been applied or not.