Version: 2023.2
언어: 한국어

Editor.CreatePreview

매뉴얼로 전환
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.