Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetAllTypesWithAPropertyBag()

Returns all the Type that have a registered property bag.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Properties
  • Assembly: UnityEngine.PropertiesModule
public static IEnumerable<Type> GetAllTypesWithAPropertyBag()

Returns

Type

Description

IEnumerable<Type>A list of types with a registered property bag.