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

Returns

T A new instance of the T.

Description

Creates a new instance of the specified T.


Parameters

derivedType The type we want to create a new instance of.

Returns

T a new instance of the T type.

Description

Creates a new instance of the given type type and returns it as T.