Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

KeyThe key of this property in the set.

Inheritance