Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetReferenceValue(PropertyName, out bool)

Retrieves a value for the given identifier.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

GetReferenceValue(PropertyName, bool)

Object GetReferenceValue(PropertyName id, out bool idValid)

Parameters

Identifier of the ExposedReference.

idValid

Is the identifier valid?

Returns

Type

Description

ObjectThe value stored in the table.