Show / Hide Table of Contents

    Interface ITagConsumerData

    A utility interface that can be used by the IEntityData of any Entity which looks up other IEntity by Tag Id.

    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ITagConsumerData

    Properties

    TargetAll

    Should all TargetTagIds specified be in the target Entity.

    Declaration
    bool TargetAll { get; }
    Property Value
    Type Description
    Boolean

    TargetTagIds

    A list of ITagData Ids that the IEntity is going to target.

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