PropertyGetter<TContainer, TValue>
Represents the method that will handle getting a TValue type for a specified container.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Delegate
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public delegate TValue PropertyGetter<TContainer, out TValue>(ref TContainer container)