Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InstantiationKind

Describes how a new instance is created.
Read time 1 minuteLast updated 11 days ago

Definition

public enum InstantiationKind

Fields

Value

Description

ActivatorThe type instantiation will be done using InstantiationKind.Activator.
NotInstantiatableNot type instantiation should be performed for this type.
PropertyBagOverrideThe type instantiation will be done via a method override in PropertyBag<TContainer>