PathfindComponent
Namespace: Murder.Components
Assembly: Murder.dll
public sealed struct PathfindComponent : IComponent
Implements: IComponent
⭐ Constructors
public PathfindComponent(Vector2& target, PathfindAlgorithmKind algorithm)
Parameters
target
Vector2&
algorithm
PathfindAlgorithmKind
⭐ Properties
Algorithm
public readonly PathfindAlgorithmKind Algorithm;
Returns
PathfindAlgorithmKind
Target
public readonly Vector2 Target;
Returns
Vector2
⚡