Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

InstantiationKind

enumeration

Description

Describes how a new instance is created.

Properties

Activator The type instantiation will be done using Activator.
PropertyBagOverride The type instantiation will be done via a method override in PropertyBag_1
NotInstantiatable Not type instantiation should be performed for this type.