Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Register<TContainer>(PropertyBag<TContainer>)

Registers a strongly typed PropertyBag<TContainer> for a type.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule

Register<T>(PropertyBag<T>)

public static void Register<TContainer>(PropertyBag<TContainer> propertyBag)

Parameters

propertyBag

The PropertyBag<TContainer> to register.