PropertyPathclass

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

objectPropertyPath
Namespace
global
Assembly
Sandbox.Tools
Declaration
public sealed class Sandbox.SandboxToolExtensions.PropertyPath

Properties3

Showing 3 properties

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

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

Returns:string

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

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

Returns:IEnumerable<object>

On this page