LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

IExposedPropertyTable.GetReferenceValue

public Object GetReferenceValue(PropertyName id, out bool idValid);

Parameters

idIdentifier of the ExposedReference.
idValidIs the identifier valid?

Returns

Object The value stored in the table.

Description

Retrieves a value for the given identifier.