Api PrefabVariableTarget
struct

PrefabVariableTarget

public sealed struct PrefabVariableTarget

Targets a property in a component or gameobject.

Constructors

PrefabVariableTarget(Guid Id, String Property)

Targets a property in a component or gameobject.

Id — The Id of the gameobject or component.
Property — The name of the parameter on the target.

Properties

Name Type Description
Id Guid The Id of the gameobject or component.
Property String The name of the parameter on the target.

Methods

Void Deconstruct(Guid Id, String Property)
Assembly: Sandbox.Engine Declaring Type: PrefabVariable Full Name: Sandbox.PrefabVariable.PrefabVariableTarget