Struct GiveUpStopTimer
For tracking give up progress.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct GiveUpStopTimer : IComponentData, IQueryTypeParameter
Fields
| Improve this Doc View SourceDestination
Destination towards which it will track give up progress.
Declaration
public float3 Destination
Field Value
Type | Description |
---|---|
float3 |
Progress
Current progress towards stopping. Once it is reached, it will stop.
Declaration
public float Progress
Field Value
Type | Description |
---|---|
float |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter