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