docs.unity.cn
    Show / Hide Table of Contents

    Enum PropertyPathPartKind

    A PropertyPathPartKind specifies a type for a PropertyPathPart.

    Namespace: Unity.Properties
    Syntax
    public enum PropertyPathPartKind

    Fields

    Name Description Value
    Index

    Represents an indexed part of the path.

    Key

    Represents a keyed part of the path.

    Name

    Represents a named part of the path.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, November 9, 2022
    Terms of use