API Referenceglobal
PrefabVariableTargetclass
Targets a property in a component or gameobject.
object→PrefabVariableTarget
Constructors1
Showing 1 constructors
public PrefabVariableTarget(System.Guid Id, string Property)
Targets a property in a component or gameobject.
| Parameter | Type | Description |
|---|---|---|
| Id | Guid | The Id of the gameobject or component. |
| Property | string | The name of the parameter on the target. |
No results match this filter.
Methods1
Showing 1 methods
public void Deconstruct(System.Guid Id, string Property)
| Parameter | Type | Description |
|---|---|---|
| Id | Guid | — |
| Property | string | — |
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public System.Guid Sandbox.PrefabVariable.PrefabVariableTarget.Id { get; set; }
The Id of the gameobject or component.
Returns:
Guid—public string Sandbox.PrefabVariable.PrefabVariableTarget.Property { get; set; }
The name of the parameter on the target.
Returns:
string—No results match this filter.