docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum PropertyIndex

    The name of the column to index this property value under, either S# for strings or N# for numeric values. If an index is specified on a property, then you can use that index name in a QueryFilter to filter results by that property. You will not be prevented from indexing multiple objects having properties with different names but the same index, but you will likely receive unexpected results from a query.

    Namespace: Unity.Services.Multiplayer
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    public enum PropertyIndex

    Fields

    Name Description
    None

    None.

    Number1

    Number index 1.

    Number2

    Number index 2.

    Number3

    Number index 3.

    Number4

    Number index 4.

    Number5

    Number index 5.

    String1

    String index 1.

    String2

    String index 2.

    String3

    String index 3.

    String4

    String index 4.

    String5

    String index 5.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)