Search Results for

    Show / Hide Table of Contents

    Interface INPCComponent

    Inherited Members
    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.NPC
    Assembly: cs.temp.dll.dll
    Syntax
    public interface INPCComponent : IMonoBehaviour

    Properties

    EventLogs

    Declaration
    IReadOnlyList<string> EventLogs { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<String>

    IsActive

    Declaration
    bool IsActive { get; }
    Property Value
    Type Description
    Boolean

    IsSingleInstance

    Declaration
    bool IsSingleInstance { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Init(IGameManager, INPCManager)

    Declaration
    void Init(IGameManager gameMgr, INPCManager npcMgr)
    Parameters
    Type Name Description
    IGameManager gameMgr
    INPCManager npcMgr
    In This Article
    Back to top Unity RTS Engine Documentation