s&box docs

public sealed class Sandbox.SandboxToolExtensions.PropertyPath

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

Properties

Showing 3 properties

public string Sandbox.SandboxToolExtensions.PropertyPath.FullName { get; set; }

Names of each property in `Sandbox.SandboxToolExtensions.PropertyPath.Properties`, separated by `'.'`s.

public System.Collections.Generic.IReadOnlyList`1<Sandbox.SerializedProperty> Sandbox.SandboxToolExtensions.PropertyPath.Properties { get; set; }

Full path to reach the original property, starting from a property on a `Sandbox.GameObject` or `Sandbox.Component`.

public System.Collections.Generic.IEnumerable`1<object> Sandbox.SandboxToolExtensions.PropertyPath.Targets { get; set; }

`Sandbox.GameObject`(s) or `Sandbox.Component`(s) that contain the original property.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Tools
Doc IDT:Sandbox.SandboxToolExtensions.PropertyPath

On this page