PropertySetter<TContainer, TValue>
Represents the method that will handle setting a specified for a specified.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Delegate
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public delegate void PropertySetter<TContainer, in TValue>(ref TContainer container, TValue value)