C# 클래스 UnityEditor.AnnotationUtility

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DeletePreset void
GetAnnotations UnityEditor.Annotation[]
GetNameOfCurrentSetup string
GetPresetList string[]
GetRecentlyChangedAnnotations UnityEditor.Annotation[]
LoadPreset void
ResetToFactorySettings void
SavePreset void
SetGizmoEnabled void
SetIconEnabled void

비공개 메소드들

메소드 설명
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