Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
MegaMan
LevelEditor
History
C# 클래스 MegaMan.LevelEditor.History
파일 보기
프로젝트 열기: Tesserex/C--MegaMan-Engine
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
currentAction
int
stack
List
공개 메소드들
메소드
설명
History
( ) :
System.Collections.Generic
Push
(
HistoryAction
action
) :
void
Redo
( ) :
HistoryAction
Undo
( ) :
HistoryAction
비공개 메소드들
메소드
설명
UpdateHistoryForm
( ) :
void
메소드 상세
History()
공개
메소드
public
History
( ) :
System.Collections.Generic
리턴
System.Collections.Generic
Push()
공개
메소드
public
Push
(
HistoryAction
action
) :
void
action
HistoryAction
리턴
void
Redo()
공개
메소드
public
Redo
( ) :
HistoryAction
리턴
HistoryAction
Undo()
공개
메소드
public
Undo
( ) :
HistoryAction
리턴
HistoryAction
프로퍼티 상세
currentAction
공개적으로 프로퍼티
public
int
currentAction
리턴
int
stack
공개적으로 프로퍼티
public
List
stack
리턴
List