C# Class UnityEditor.OcclusionCullingWindow

Inheritance: EditorWindow
Exibir arquivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
OnSceneViewGUI ( SceneView sceneView ) : void

Private Methods

Method Description
AreaSelectionGUI ( ) : void
BackgroundTaskStatusChanged ( ) : void
BakeButtons ( ) : void
BakeSettings ( ) : void
CameraSelectionGUI ( ) : void
CreateNewArea ( ) : OcclusionArea
DisplayControls ( Object target, SceneView sceneView ) : void
GenerateWindow ( ) : void
ModeToggle ( ) : void
OnBecameInvisible ( ) : void
OnBecameVisible ( ) : void
OnDidOpenScene ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
OnSelectionChange ( ) : void
SetShowVolumeCulling ( ) : void
SetShowVolumePreVis ( ) : void
ShowModePopup ( Rect popupRect ) : bool
SummaryGUI ( ) : void

Method Details

OnSceneViewGUI() public method

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