API Referenceglobal
public sealed struct Sandbox.PrefabVariable.PrefabVariableTarget
Targets a property in a component or gameobject.
Constructors
Showing 1 constructors
public PrefabVariableTarget(System.Guid Id, string Property)
Targets a property in a component or gameobject.
Parameters
Id: The Id of the gameobject or component.Property: The name of the parameter on the target.
No results match this filter.
Methods
Showing 1 methods
public void Deconstruct(System.Guid Id, string Property)
No results match this filter.
Properties
Showing 2 properties
public System.Guid Sandbox.PrefabVariable.PrefabVariableTarget.Id { get; set; }
The Id of the gameobject or component.
public string Sandbox.PrefabVariable.PrefabVariableTarget.Property { get; set; }
The name of the parameter on the target.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.PrefabVariable.PrefabVariableTarget |