DelegateProperty<TContainer, TValue>
Represents a value property.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
- Inherits from: Property<T, T>
- Implements: IProperty<T>, IProperty, IPropertyAccept<T>
public class DelegateProperty<TContainer, TValue> : Property<TContainer, TValue>, IProperty<TContainer>, IProperty, IPropertyAccept<TContainer>
Remarks
A DelegateProperty<TContainer, TValue> is the default way to construct properties.
Constructors
Constructor | Description |
|---|---|
| DelegateProperty`2(System.String,Unity.Properties.PropertyGetter{`0,`1},Unity.Properties.PropertySetter{`0,`1}) | Initializes a new instance of the DelegateProperty<TContainer, TValue> class. |