Class ImportSettingsEditor
Editor class for ImportSettings.
Inheritance
System.Object
ImportSettingsEditor
Assembly: cs.temp.dll.dll
Syntax
public class ImportSettingsEditor : UnityEditor.Editor
Fields
changed
Declaration
public VoidHandler changed
Field Value
| Type |
Description |
| VoidHandler |
|
Properties
importSettings
Declaration
public ImportSettings importSettings { get; }
Property Value
isChangedInLastFrame
Declaration
public bool isChangedInLastFrame { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Style
Declaration
public static ColoredTheme Style { get; }
Property Value
| Type |
Description |
| ColoredTheme |
|
Methods
drawGUI(ImportSettingsTemplate)
Declaration
public void drawGUI(ImportSettingsTemplate template)
Parameters
drawSetting<T>(ref T, Parameter<T>, Int32)
Declaration
public bool drawSetting<T>(ref T value, Parameter<T> setting, int indent = 0)
Parameters
| Type |
Name |
Description |
| T |
value |
|
| Parameter<T> |
setting |
|
| System.Int32 |
indent |
|
Returns
| Type |
Description |
| System.Boolean |
|
Type Parameters
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()