IProperty<TContainer>
Base interface for working with properties.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface IProperty<TContainer> : IProperty, IPropertyAccept<TContainer>
Remarks
This is used to pass or store properties without knowing the underlying value type.
Methods
Method | Description |
|---|---|
| GetValue | Returns the property value of a specified container. |
| SetValue | Sets the property value of a specified container. |