Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

KeyThe key of this property in the dictionary.

Inheritance