InstantiationKind
Describes how a new instance is created.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Enum
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public enum InstantiationKind
Fields
Value | Description |
|---|---|
| Activator | The type instantiation will be done using InstantiationKind.Activator. |
| NotInstantiatable | Not type instantiation should be performed for this type. |
| PropertyBagOverride | The type instantiation will be done via a method override in PropertyBag<TContainer> |