C# 클래스 bs.Editor.UndoableCommand

Base class for implementation of commands that can be recorded in the UndoRedo system.
상속: ScriptObject
파일 보기 프로젝트 열기: ValtoGameEngines/Banshee-Engine 1 사용 예제들

공개 메소드들

메소드 설명
UndoableCommand ( ) : System

보호된 메소드들

메소드 설명
Commit ( ) : void

Applies the command, committing the change.

Revert ( ) : void

Reverts the command, reverting the change previously done with Commit.

비공개 메소드들

메소드 설명
Internal_CreateInstance ( UndoableCommand instance ) : void

메소드 상세

Commit() 보호된 추상적인 메소드

Applies the command, committing the change.
protected abstract Commit ( ) : void
리턴 void

Revert() 보호된 추상적인 메소드

Reverts the command, reverting the change previously done with Commit.
protected abstract Revert ( ) : void
리턴 void

UndoableCommand() 공개 메소드

public UndoableCommand ( ) : System
리턴 System