docs.unity3d.com
    Show / Hide Table of Contents

    Struct ActiveFields.Base

    Namespace: Data.Util
    Syntax
    public struct Base : IActiveFields, KeywordDependentCollection.IInstance, IActiveFieldsSet, KeywordDependentCollection.ISet<IActiveFields>

    Properties

    fields

    Declaration
    public IEnumerable<string> fields { get; }
    Property Value
    Type Description
    IEnumerable<String>
    Implements
    IActiveFields.fields

    instanceCount

    Declaration
    public int instanceCount { get; }
    Property Value
    Type Description
    Int32
    Implements
    KeywordDependentCollection.ISet<IInstance>.instanceCount

    instances

    Declaration
    public IEnumerable<IActiveFields> instances { get; }
    Property Value
    Type Description
    IEnumerable<IActiveFields>
    Implements
    KeywordDependentCollection.ISet<IInstance>.instances

    permutationIndex

    Declaration
    public int permutationIndex { get; }
    Property Value
    Type Description
    Int32
    Implements
    KeywordDependentCollection.IInstance.permutationIndex

    type

    Declaration
    public KeywordDependentCollection.KeywordPermutationInstanceType type { get; }
    Property Value
    Type Description
    KeywordDependentCollection.KeywordPermutationInstanceType
    Implements
    KeywordDependentCollection.IInstance.type

    Methods

    Add(String)

    Declaration
    public bool Add(string field)
    Parameters
    Type Name Description
    String field
    Returns
    Type Description
    Boolean
    Implements
    IActiveFields.Add(String)

    AddAll(String)

    Declaration
    public void AddAll(string field)
    Parameters
    Type Name Description
    String field
    Implements
    IActiveFieldsSet.AddAll(String)

    Contains(String)

    Declaration
    public bool Contains(string field)
    Parameters
    Type Name Description
    String field
    Returns
    Type Description
    Boolean
    Implements
    IActiveFields.Contains(String)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023