Interface IUnitCreator
Inherited Members
Namespace: RTSEngine.EntityComponent
Assembly: cs.temp.dll.dll
Syntax
public interface IUnitCreator : IPendingTaskEntityComponent, IEntityComponent, IMonoBehaviour, IEntityPostInitializable
Properties
SpawnPosition
Declaration
Vector3 SpawnPosition { get; }
Property Value
| Type | Description |
|---|---|
| Vector3 |
Methods
FindTaskIndex(String)
Declaration
int FindTaskIndex(string unitCode)
Parameters
| Type | Name | Description |
|---|---|---|
| String | unitCode |
Returns
| Type | Description |
|---|---|
| Int32 |