ShaderGUI.OnMaterialPreviewGUI

매뉴얼로 전환
public void OnMaterialPreviewGUI (MaterialEditor materialEditor, Rect r, GUIStyle background);

파라미터

materialEditorThe MaterialEditor that are calling this method (the 'owner').
rPreview rect.
backgroundStyle for the background.

설명

Override for extending the rendering of the Preview area or completly replace the preview (by not calling base.OnMaterialPreviewGUI).