Search Results for

    Show / Hide Table of Contents

    Interface IPostRunGameService

    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.Game
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IPostRunGameService : IGameService, IServiceComponent<IGameManager>, IMonoBehaviour
    In This Article
    Back to top Unity RTS Engine Documentation