Class PropertyPath | Properties | 0.10.4-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class PropertyPath

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

    Constructors

    PropertyPath()

    Declaration
    public PropertyPath()

    PropertyPath(String)

    Declaration
    public PropertyPath(string path)
    Parameters
    Type Name Description
    String path

    Fields

    InvalidListIndex

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

    Properties

    Item[Int32]

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

    PartsCount

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

    Methods

    Append(PropertyPath)

    Declaration
    public void Append(PropertyPath path)
    Parameters
    Type Name Description
    PropertyPath path

    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
    String name
    Int32 index

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    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