Search Results for

    Show / Hide Table of Contents

    Interface IUnitCreator

    Inherited Members
    IPendingTaskEntityComponent.Tasks
    IPendingTaskEntityComponent.LaunchTaskAction(Int32, Boolean)
    IPendingTaskEntityComponent.OnPendingTaskPreComplete(PendingTask)
    IPendingTaskEntityComponent.OnPendingTaskCompleted(PendingTask)
    IPendingTaskEntityComponent.OnPendingTaskCancelled(PendingTask)
    IPendingTaskEntityComponent.PendingTaskAction
    IEntityComponent.Code
    IEntityComponent.IsActive
    IEntityComponent.Entity
    IEntityComponent.Data
    IEntityComponent.ActiveStatusUpdate
    IEntityComponent.SetActive(Boolean, Boolean)
    IEntityComponent.SetActiveLocal(Boolean, Boolean)
    IEntityComponent.OnTaskUIRequest(IReadOnlyList<EntityComponentTaskUIAttributes>, IReadOnlyList<String>)
    IEntityComponent.OnTaskUIClick(EntityComponentTaskUIAttributes)
    IEntityComponent.LaunchAction(Byte, SetTargetInputData)
    IEntityComponent.LaunchActionLocal(Byte, SetTargetInputData)
    IEntityComponent.HandleComponentUpgrade(IEntityComponent)
    IEntityComponent.OnAwaitingTaskTargetSet(EntityComponentTaskUIAttributes, TargetData<IEntity>)
    IMonoBehaviour.enabled
    IMonoBehaviour.transform
    IMonoBehaviour.gameObject
    IMonoBehaviour.StartCoroutine(IEnumerator)
    IMonoBehaviour.StopCoroutine(Coroutine)
    IMonoBehaviour.StopCoroutine(IEnumerator)
    IMonoBehaviour.GetComponent<T>()
    IMonoBehaviour.GetComponentInChildren<T>()
    IMonoBehaviour.GetComponent(Type)
    IMonoBehaviour.GetComponentInChildren(Type)
    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
    In This Article
    Back to top Unity RTS Engine Documentation