Script members

NOTE: These members are optional

string ControllerSelectionChangedScriptName {get;set;}

Description- The name of the script that should be called when the selected controller changes in the media dialog. The screen controller will be passed through in args.data as an IScreenController.

string ControllerClearedScriptName {get;set;}

Description- The name of the script that should be called when a screen controller is cleared. The screen controller will be passed through in args.data as an IScreenController.

string ControllerDisplayedScriptName {get;set;}

Description- The name of the script that should be called when a screen controller displayes a media source. The screen controller will be passed through in args.data as an IScreenController.

string ControllerRemovedScriptName {get;set;}

Description- The name of the script that should be called when the selected controller changes in the media dialog. Args.data will be a list, the first entry being the removed controller's target element name as a string, and the second entry being the controller's target material group as an int.

string ConnectionEstablishedScriptName {get;set;}

Description- The name of the script that should be called after the plugin intialization has finished. This is a good place create screen controllers.