Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ExposedPropertyResolver

Object that is used to resolve references to an ExposedReference field.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public struct ExposedPropertyResolver

Remarks

This object is used by ExposedReference fields to resolve their values at runtime.
See also:
FrameData – You can find the ExposedPropertyResolver as a member of the FrameData structure you receive in PrepareFrame
ExposedReference – You pass the ExposedPropertyResolver to the Resolve method to get the value at runtime.