Api PropertyPath
class

PropertyPath

public sealed class PropertyPath

Describes the path to a SerializedProperty from either a GameObject or Component.

Properties

Name Type Description
Properties IReadOnlyList<SerializedProperty> Full path to reach the original property, starting from a property on a GameObject or Component.
FullName String Names of each property in Properties, separated by '.'s.
Targets IEnumerable<Object> GameObject(s) or Component(s) that contain the original property.
Assembly: Sandbox.Tools Declaring Type: SandboxToolExtensions Full Name: Sandbox.SandboxToolExtensions.PropertyPath