TextEditorRuntimeType

TextEditor type class.

Constructor

new TextEditorRuntimeType(objectClass)

Initialize plugin in runtime.
Parameters:
NameTypeDescription
objectClassobjectPlugin's class that give to the parent's constructor.

Extends

Methods

Release()

Release function that free the plugin from memory. It must override and call parent's method.

OnCreate()

Functon that handle create event. It must override.