Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PropertySetter<TContainer, TValue>

Represents the method that will handle setting a specified value for a specified container.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Delegate
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public delegate void PropertySetter<TContainer, in TValue>(ref TContainer container, TValue value)