Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IKeyedProperties<TContainer, TKey>

This interface provides access to an IProperty<TContainer> of a IPropertyBag<TContainer> by a key.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Interface
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public interface IKeyedProperties<TContainer, TKey>

Methods

Method

Description

TryGetPropertyGets the property associated with the specified name.