Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

MissingPropertyBagException

class in Unity.Properties

/

Implemented in:UnityEngine.PropertiesModule

Description

The exception that is thrown when trying to visit a container with no property bag.

Properties

Description
Type The type which triggered the exception.

Constructors

Description
MissingPropertyBagException Initializes a new instance of the MissingPropertyBagException class with a specified type.