Version: 2023.2
言語: 日本語
public UIElements.VisualElement CreatePreview (UIElements.VisualElement inspectorPreviewWindow);

説明

Implement this method to make a custom UIElements inspector preview.

Inside this method, you can create your own custom UIElements inspector preview for a specific object type.

Note: This function has to be overridden in order to work.