Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetReferenceValue(PropertyName, Object)

Sets an ExposedReference value.
Read time 1 minuteLast updated 6 days ago

Definition

public void SetReferenceValue(PropertyName id, Object value)

Parameters

Identifier of the ExposedReference.

value

The object to bind to set the reference value to.