Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetReferenceValue(PropertyName, out bool)

Retrieves an ExposedReference binding.
Read time 1 minuteLast updated 10 days ago

Definition

GetReferenceValue(PropertyName, bool)

public Object GetReferenceValue(PropertyName id, out bool idValid)

Parameters

Identifier of the ExposedReference.

idValid

Whether the reference was found.

Returns

Type

Description

Object