Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


INamedProperties<TContainer>

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

Definition

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

Methods

Method

Description

TryGetPropertyGets the property associated with the specified name.