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(String)
    IStaticData.id
    Namespace: IdleKit.Framework
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITaggedEntityData : IEntityData, IStaticData

    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.