Property | Type | Description | |
---|---|---|---|
DeletePreset | void | ||
GetAnnotations | UnityEditor.Annotation[] | ||
GetNameOfCurrentSetup | string | ||
GetPresetList | string[] | ||
GetRecentlyChangedAnnotations | UnityEditor.Annotation[] | ||
LoadPreset | void | ||
ResetToFactorySettings | void | ||
SavePreset | void | ||
SetGizmoEnabled | void | ||
SetIconEnabled | void |
Method | Description | |
---|---|---|
DeletePreset ( string presetName ) : void | ||
GetAnnotations ( ) : UnityEditor.Annotation[] | ||
GetNameOfCurrentSetup ( ) : string | ||
GetPresetList ( ) : string[] | ||
GetRecentlyChangedAnnotations ( ) : UnityEditor.Annotation[] | ||
LoadPreset ( string presetName ) : void | ||
ResetToFactorySettings ( ) : void | ||
SavePreset ( string presetName ) : void | ||
SetGizmoEnabled ( int classID, string scriptClass, int gizmoEnabled ) : void | ||
SetIconEnabled ( int classID, string scriptClass, int iconEnabled ) : void |