ExtendedItemCreateCallbacks CallableExtendedItemCreateCallbacks<T>(data, defaults): voidConstruct the extended item's archetypical callbacks and place them in the main namespace. Also sets Asset.DynamicAfterDraw, Asset.DynamicScriptDraw and/or Asset.DynamicAfterDraw if the appropriate callback is passed.Parametersdata: ExtendedItemData<T>The extended item datadefaults: ExtendedItemCallbackStruct<T>The default archetypical callbacksReturns void
Construct the extended item's archetypical callbacks and place them in the main namespace. Also sets Asset.DynamicAfterDraw, Asset.DynamicScriptDraw and/or Asset.DynamicAfterDraw if the appropriate callback is passed.