Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetReferenceValue(PropertyName, Object)

Assigns a value for an ExposedReference.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
void SetReferenceValue(PropertyName id, Object value)

Parameters

Identifier of the ExposedReference.

value

The value to assigned to the ExposedReference.