Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
UnityEditor
VersionControl
WindowRevert
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