C# 클래스 UnityEditor.VersionControl.WindowRevert

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

공개 메소드들

메소드 설명
OnEnable ( ) : void
Open ( AssetList assets ) : void
Open ( ChangeSet change ) : void

비공개 메소드들

메소드 설명
DoOpen ( AssetList revert ) : void
GetWindow ( ) : WindowRevert
OnGUI ( ) : void
RefreshList ( ) : void

메소드 상세

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

Open() 공개 정적인 메소드

public static Open ( AssetList assets ) : void
assets AssetList
리턴 void

Open() 공개 정적인 메소드

public static Open ( ChangeSet change ) : void
change ChangeSet
리턴 void