Search Results for

    Show / Hide Table of Contents

    Interface IEntityPriorityPreInitializable

    Inherited Members
    IEntityInitializable.Disable()
    Namespace: RTSEngine.Entities
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IEntityPriorityPreInitializable : IEntityInitializable

    Properties

    PreInitPriority

    Declaration
    byte PreInitPriority { get; }
    Property Value
    Type Description
    System.Byte

    Methods

    OnEntityPreInit(IGameManager, IEntity)

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