PropertyVisualiserWindow.

OnSceneGUI(SceneView) Method

Summary

Override this method to draw gizmos in the scene to visualise the target property.

Syntax

protected abstract void OnSceneGUI(SceneView sceneView)

Parameters

Name Type Description
sceneView SceneView

Return Value

Type Description
void