Property | Type | Description | |
---|---|---|---|
CallMethodOnPlugin | void | ||
Initialize | void |
Method | Description | |
---|---|---|
OnAfterVariableSet ( object sender, |
||
OnBeforeVariableSet ( object sender, |
||
PluginManager ( bool global ) : System | ||
ReactToCursorClick ( ) : void | ||
ReactToCursorDrag ( ) : void | ||
ReactToCursorMiddleScroll ( ) : void | ||
ReactToCursorMove ( ) : void | ||
ReactToCursorPush ( ) : void | ||
ReactToCursorRightClick ( ) : void | ||
ReactToElementHighlight ( ) : void | ||
ReactToElementLoad ( ) : void | ||
ReactToResolutionChange ( ) : void | ||
ReactToUpdate ( ) : void |
Method | Description | |
---|---|---|
InstantiateAllListsAsEmpty ( ) : void | ||
LoadReferenceLists ( ) : void | ||
StartAllPlugins ( List |
Method | Description | |
---|---|---|
CallMethodOnPlugin ( Action |
||
Initialize ( ) : void |
protected InstantiateAllListsAsEmpty ( ) : void | ||
return | void |
public static OnAfterVariableSet ( object sender, |
||
sender | object | |
variableSetArgs | ||
return | void |
public static OnBeforeVariableSet ( object sender, |
||
sender | object | |
variableSetArgs | ||
return | void |
public PluginManager ( bool global ) : System | ||
global | bool | |
return | System |
public static ReactToCursorMiddleScroll ( ) : void | ||
return | void |
public static ReactToCursorRightClick ( ) : void | ||
return | void |
public static ReactToElementHighlight ( ) : void | ||
return | void |
public static ReactToResolutionChange ( ) : void | ||
return | void |
protected StartAllPlugins ( List |
||
pluginsToIgnore | List |
|
return | void |