Property | Type | Description | |
---|---|---|---|
GameView | EditorWindow | ||
LastEditorFrameTime | float | ||
_ImportReadableTextures | bool |
Method | Description | |
---|---|---|
DoParameterHeader ( MBEditorParameterHandler, handler ) : bool | ||
DoParameterInfo ( MBParameterInfo, info ) : void | ||
DoSectionHeader ( string caption, Color backgroundColor, bool canToggle ) : bool | ||
EditorUpdate ( ) : void | ||
Initialize ( ) : void | ||
InitializeTree ( ) : void | ||
InstantiateParameterHandler ( ) : void | ||
OnPlaymodeChange ( ) : void | ||
RepaintEditor ( bool immediately ) : void | ||
Select ( Object obj ) : void | ||
SelectDebuggingTab ( ) : void | ||
SelectEmitterTypeTab ( ) : void | ||
SelectParameterTab ( ) : void | ||
ShowWindow ( ) : void | ||
SnapshotScene ( string name ) : void |
Method | Description | |
---|---|---|
AddEmitterTypeMenu ( ) : void |
Creates a custom menu for replacing emittertype
|
|
AddParameterMenu ( ) : void |
Creates a custom menu for adding parameters
|
|
ClearHandlers ( ) : void | ||
DoAnchorGUI ( ) : void | ||
DoDebuggingGUI ( MBEmitter em ) : void | ||
DoEmitterGUI ( ) : void | ||
DoLayerGUI ( ) : void | ||
DoOverviewGUI ( ) : void | ||
DoParameterGUI ( MBEmitter em ) : void | ||
DoSystemGUI ( ) : void | ||
DoToolbarGUI ( ) : void | ||
FetchTree ( MBObject, obj, int indent ) : void | ||
InitializeEmitter ( ) : void | ||
InitializeHandlerMap ( ) : void | ||
InstantiateEMTypeHandler ( ) : void | ||
LayerSelectMenu ( ) : void | ||
ObjectIcon ( System type ) : Texture | ||
OnAddEmitterTypeMenu ( object userData, string options, int selected ) : void | ||
OnAddParameterMenu ( object userData, string options, int selected ) : void |
Called when the user selects an entry from the Parameter-Menu
|
|
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
OnHierarchyChange ( ) : void | ||
OnLayerSelectMenu ( object userData, string options, int selected ) : void | ||
OnSelectionChange ( ) : void | ||
ParameterCaption ( MBEditorParameterHandler, handler ) : string | ||
Update ( ) : void |
public DoParameterHeader ( MBEditorParameterHandler, handler ) : bool | ||
handler | MBEditorParameterHandler, | |
return | bool |
public DoParameterInfo ( MBParameterInfo, info ) : void | ||
info | MBParameterInfo, | |
return | void |
public DoSectionHeader ( string caption, Color backgroundColor, bool canToggle ) : bool | ||
caption | string | |
backgroundColor | Color | |
canToggle | bool | |
return | bool |
public InstantiateParameterHandler ( ) : void | ||
return | void |
public static RepaintEditor ( bool immediately ) : void | ||
immediately | bool | |
return | void |
public static SnapshotScene ( string name ) : void | ||
name | string | |
return | void |
public static float LastEditorFrameTime | ||
return | float |