Search Results for

    Show / Hide Table of Contents

    Interface IEntityPrefabInitializable

    Namespace: RTSEngine.Entities
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IEntityPrefabInitializable

    Methods

    OnPrefabInit(IEntity, IGameManager)

    Declaration
    void OnPrefabInit(IEntity entity, IGameManager gameMgr)
    Parameters
    Type Name Description
    IEntity entity
    IGameManager gameMgr
    In This Article
    Back to top Unity RTS Engine Documentation