Class PropertyPath | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class PropertyPath

    Inheritance
    System.Object
    PropertyPath
    Namespace: Unity.Properties
    Syntax
    public class PropertyPath

    Constructors

    PropertyPath()

    Declaration
    public PropertyPath()

    Fields

    InvalidListIndex

    Declaration
    public const int InvalidListIndex = -1
    Field Value
    Type Description
    System.Int32

    Properties

    Item[Int32]

    Declaration
    public PropertyPath.Part this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    PropertyPath.Part

    PartsCount

    Declaration
    public int PartsCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Clear()

    Declaration
    public void Clear()

    Pop()

    Declaration
    public void Pop()

    Push(String, Int32)

    Declaration
    public void Push(string name, int index = -1)
    Parameters
    Type Name Description
    System.String name
    System.Int32 index

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX