Show / Hide Table of Contents

    Class TagConsumerData

    Inheritance
    Object
    TagConsumerData
    Implements
    ITagConsumerData
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class TagConsumerData : ITagConsumerData

    Constructors

    TagConsumerData()

    Declaration
    public TagConsumerData()

    TagConsumerData(Boolean, String[])

    Declaration
    public TagConsumerData(bool targetsAll, string[] targetTagIds)
    Parameters
    Type Name Description
    Boolean targetsAll
    String[] targetTagIds

    Fields

    _targetAll

    Declaration
    protected bool _targetAll
    Field Value
    Type Description
    Boolean

    _targetTagIds

    Declaration
    protected string[] _targetTagIds
    Field Value
    Type Description
    String[]

    Properties

    TargetAll

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

    TargetTagIds

    Declaration
    public virtual string[] TargetTagIds { get; }
    Property Value
    Type Description
    String[]

    Implements

    ITagConsumerData
    Back to top Copyright © 2020 East Side Games Inc.