DefaultPreviewSettingsGUI() public method

public DefaultPreviewSettingsGUI ( ) : void
return void
示例#1
0
 /// <summary>
 /// <para>Override for extending the functionality of the toolbar of the preview area or completly replace the toolbar by not calling base.OnMaterialPreviewSettingsGUI.</para>
 /// </summary>
 /// <param name="materialEditor">The MaterialEditor that are calling this method (the 'owner').</param>
 public virtual void OnMaterialPreviewSettingsGUI(MaterialEditor materialEditor)
 {
     materialEditor.DefaultPreviewSettingsGUI();
 }
示例#2
0
 /// <summary>
 /// <para>Override for extending the functionality of the toolbar of the preview area or completly replace the toolbar by not calling base.OnMaterialPreviewSettingsGUI.</para>
 /// </summary>
 /// <param name="materialEditor">The MaterialEditor that are calling this method (the 'owner').</param>
 public virtual void OnMaterialPreviewSettingsGUI(MaterialEditor materialEditor)
 {
     materialEditor.DefaultPreviewSettingsGUI();
 }