API Referenceglobal
PropertyPathclass
Describes the path to a `Sandbox.SerializedProperty` from either a `Sandbox.GameObject` or `Sandbox.Component`.
object→PropertyPath
Properties3
Showing 3 properties
public string Sandbox.SandboxToolExtensions.PropertyPath.FullName { get; set; }
Names of each property in `Sandbox.SandboxToolExtensions.PropertyPath.Properties`, separated by `'.'`s.
Returns:
string—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.
Returns:
IEnumerable<object>—No results match this filter.