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 |
|---|---|
| ClearReferenceValue | Remove a value for the given reference. |
| GetReferenceValue | Retrieves a value for the given identifier. |
| SetReferenceValue | Assigns a value for an ExposedReference. |