Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IExposedPropertyTable

Interface for objects used as resolvers on ExposedReference s.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Interface
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public interface IExposedPropertyTable

Methods

Method

Description

ClearReferenceValueRemove a value for the given reference.
GetReferenceValueRetrieves a value for the given identifier.
SetReferenceValueAssigns a value for an ExposedReference.