s&box docs

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.

Methods

Showing 1 methods

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

Properties

Showing 2 properties

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.PrefabVariable.PrefabVariableTarget

On this page