Green Rock Engine 0
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Properties | List of all members
GREngine.GameBehaviour.Pathfinding.PathfindingSearchNetwork Class Reference
Inheritance diagram for GREngine.GameBehaviour.Pathfinding.PathfindingSearchNetwork:
Inheritance graph
[legend]
Collaboration diagram for GREngine.GameBehaviour.Pathfinding.PathfindingSearchNetwork:
Collaboration graph
[legend]

Public Member Functions

void BuildNetwork (int width, int height, string makePointLayer, string cullPointLayer, float resolution)
 
List< Point >? Navigate (Point start, Point end)
 
- Public Member Functions inherited from GREngine.Core.System.Behaviour
override void SetEnabled (bool state)
 
int CompareTo (Behaviour? other)
 
- Public Member Functions inherited from GREngine.Core.System.AbstractGameObject
delegate void EnabledChanged (bool state)
 
bool HasTag (string tag)
 

Protected Member Functions

override void OnAwake ()
 
override void OnUpdate (GameTime gameTime)
 
- Protected Member Functions inherited from GREngine.Core.System.Behaviour
virtual void OnStart ()
 
virtual void OnFixedUpdate (GameTime gameTime)
 
virtual void OnDestroy ()
 

Properties

List< Point > LastPath [get]
 
- Properties inherited from GREngine.Core.System.Behaviour
Game Game [get, set]
 
NodeNode [get, set]
 
- Properties inherited from GREngine.Core.System.AbstractGameObject
bool Enabled = true [get]
 
string Name = "Generic Object" [get, protected set]
 

Additional Inherited Members

- Protected Attributes inherited from GREngine.Core.System.Behaviour
readonly uint InstanceID
 
- Protected Attributes inherited from GREngine.Core.System.AbstractGameObject
readonly HashSet< string > Tags = new()
 
- Events inherited from GREngine.Core.System.AbstractGameObject
EnabledChanged? EnabledChangedEvent
 

Member Function Documentation

◆ OnAwake()

override void GREngine.GameBehaviour.Pathfinding.PathfindingSearchNetwork.OnAwake ( )
inlineprotectedvirtual

Reimplemented from GREngine.Core.System.Behaviour.

◆ OnUpdate()

override void GREngine.GameBehaviour.Pathfinding.PathfindingSearchNetwork.OnUpdate ( GameTime  gameTime)
inlineprotectedvirtual

Reimplemented from GREngine.Core.System.Behaviour.


The documentation for this class was generated from the following file: