Enum PropertyPath.PartType | Properties | 1.1.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Enum PropertyPath.PartType

    A PropertyPath.PartType specifies a type for a PropertyPath.Part.

    Namespace: Unity.Properties
    Syntax
    public enum PartType

    Fields

    Name Description
    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 © 2020 Unity Technologies
    Generated by DocFX