Constructor
new TextEditorRuntimeType(objectClass)
Initialize plugin in runtime.
Parameters:
Name | Type | Description |
---|---|---|
objectClass | object | Plugin's class that give to the parent's constructor. |
- Source
Extends
Methods
Release()
Release function that free the plugin from memory. It must override and call parent's method.
- Source
OnCreate()
Functon that handle create event. It must override.
- Source