C# 클래스 SadConsole.StringParser.ParseCommandStacks

A list of behaviors applied as a string is processed.
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
All Stack
Background Stack
Effect Stack
Foreground Stack
Glyph Stack
SpriteEffect Stack
TurnOnEffects bool

공개 메소드들

메소드 설명
AddSafe ( ParseCommandBase command ) : void

Adds a behavior to the All collection and the collection based on the ParseCommandBase.CommandType type.

ParseCommandStacks ( ) : System
RemoveSafe ( ParseCommandBase command ) : void

Removes a command from the appropriate command stack and from the All stack.

메소드 상세

AddSafe() 공개 메소드

Adds a behavior to the All collection and the collection based on the ParseCommandBase.CommandType type.
public AddSafe ( ParseCommandBase command ) : void
command ParseCommandBase
리턴 void

ParseCommandStacks() 공개 메소드

public ParseCommandStacks ( ) : System
리턴 System

RemoveSafe() 공개 메소드

Removes a command from the appropriate command stack and from the All stack.
public RemoveSafe ( ParseCommandBase command ) : void
command ParseCommandBase The command to remove
리턴 void

프로퍼티 상세

All 공개적으로 프로퍼티

public Stack All
리턴 Stack

Background 공개적으로 프로퍼티

public Stack Background
리턴 Stack

Effect 공개적으로 프로퍼티

public Stack Effect
리턴 Stack

Foreground 공개적으로 프로퍼티

public Stack Foreground
리턴 Stack

Glyph 공개적으로 프로퍼티

public Stack Glyph
리턴 Stack

SpriteEffect 공개적으로 프로퍼티

public Stack SpriteEffect
리턴 Stack

TurnOnEffects 공개적으로 프로퍼티

public bool TurnOnEffects
리턴 bool