ISetElementProperty<TKey>
Interface over a property representing a set element.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Interface
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public interface ISetElementProperty<out TKey> : ISetElementProperty, ICollectionElementProperty
Properties
Property | Description |
|---|---|
| Key | The key of this property in the set. |