C# Class UnityEditor.AnnotationUtility

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

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

Private Methods

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