Interface INavigator
- Namespace
- Obsidian.API.AI
- Assembly
- Obsidian.API.dll
public interface INavigator
Properties
IsNavigating
bool IsNavigating { get; }
Property Value
- bool
IsPaused
Property Value
- bool
Target
IEntity? Target { get; set; }
Property Value
- IEntity
TargetLocation
VectorF TargetLocation { get; set; }
Property Value
- VectorF
TargetType
TargetType TargetType { get; }
Property Value
- TargetType
Methods
NavigateTo(IEntity)
void NavigateTo(IEntity to)
Parameters
to
IEntity
NavigateTo(VectorF)
void NavigateTo(VectorF to)
Parameters
to
VectorF