Search Results for

    Show / Hide Table of Contents

    Interface IEntityComponentGroupDisplayer

    Namespace: RTSEngine.EntityComponent
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IEntityComponentGroupDisplayer

    Properties

    Entities

    Declaration
    IReadOnlyList<IEntity> Entities { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<IEntity>

    EntityComponents

    Declaration
    IReadOnlyList<IEntityComponent> EntityComponents { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<IEntityComponent>

    EntityTargetComponents

    Declaration
    IReadOnlyList<IEntityTargetComponent> EntityTargetComponents { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<IEntityTargetComponent>
    In This Article
    Back to top Unity RTS Engine Documentation