Show / Hide Table of Contents

    Interface ITaggedEntityData

    An interface that specifies that the IEntityData must contain a list of TagIds referring to certain ITagDatas.

    Inherited Members
    IEntityData.CreateEntity()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITaggedEntityData : IEntityData, IData

    Properties

    TagIds

    A list of ITagDatas associated with this IEntityData

    Declaration
    string[] TagIds { get; }
    Property Value
    Type Description
    String[]
    Back to top Copyright © 2020 East Side Games Inc.