Interface IRallypoint
Assembly: cs.temp.dll.dll
Syntax
public interface IRallypoint : IEntityTargetComponent, IEntityComponent, IMonoBehaviour, IEntityPostInitializable
Properties
ForcedTerrainAreas
Declaration
IReadOnlyList<TerrainAreaType> ForcedTerrainAreas { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<TerrainAreaType> |
|
GotoPosition
Declaration
Vector3 GotoPosition { get; }
Property Value
Methods
SendAction(IUnit, Boolean)
Declaration
ErrorMessage SendAction(IUnit entity, bool playerCommand)
Parameters
| Type |
Name |
Description |
| IUnit |
entity |
|
| Boolean |
playerCommand |
|
Returns
Declaration
void SetGotoTransformActive(bool active)
Parameters
| Type |
Name |
Description |
| Boolean |
active |
|