PropertyVisualiserWindow.

Visualise<T>(SerializedProperty) Method

Summary

Opens a InspectorGadgets.Editor.PropertyVisualiserWindow of the specified type and assigns the specified `property` as its target.

Syntax

public static void Visualise<T>(SerializedProperty property) where T : PropertyVisualiserWindow

Type Parameters

Name Description
T

Parameters

Name Type Description
property SerializedProperty

Return Value

Type Description
void