PrefabVariableTargetclass

Targets a property in a component or gameobject.

objectPrefabVariableTarget
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.PrefabVariable.PrefabVariableTarget

Constructors1

Showing 1 constructors

public PrefabVariableTarget(System.Guid Id, string Property)PUBLICCONSTRUCTOR

Targets a property in a component or gameobject.

ParameterTypeDescription
IdGuidThe Id of the gameobject or component.
PropertystringThe name of the parameter on the target.

Methods1

Showing 1 methods

public void Deconstruct(System.Guid Id, string Property)PUBLIC

ParameterTypeDescription
IdGuid
Propertystring
Returns:void

Properties2

Showing 2 properties

On this page