C# Class UnityEditor.ParticleSystemWindow

Inheritance: EditorWindow, ParticleEffectUIOwner
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
CreateWindow ( ) : void
OnSceneViewGUI ( SceneView sceneView ) : void

Private Methods

Method Description
Awake ( ) : void
Clear ( ) : void
DoToolbarGUI ( ) : void
GetInstance ( ) : ParticleSystemWindow
InitEffectUI ( ) : void
IsVisible ( ) : bool
OnBecameInvisible ( ) : void
OnBecameVisible ( ) : void
OnDidOpenScene ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
OnHierarchyOrProjectWindowWasChanged ( ) : void
OnPlayModeStateChanged ( ) : void
OnSelectionChange ( ) : void
ParticleSystemWindow ( ) : System
UndoRedoPerformed ( ) : void

Method Details

CreateWindow() public static method

public static CreateWindow ( ) : void
return void

OnSceneViewGUI() public method

public OnSceneViewGUI ( SceneView sceneView ) : void
sceneView SceneView
return void