C# 클래스 RTS.Input.RTSUIAlertQueue.AlertTuple

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS

공개 프로퍼티들

프로퍼티 타입 설명
Base BlisterUI.Widgets.RectWidget
FramesLeft int
Icon BlisterUI.Widgets.RectWidget
Text BlisterUI.Widgets.TextWidget

공개 메소드들

메소드 설명
AlertTuple ( int frames, WidgetRenderer wr, int buf, int w, int h, int th ) : System

메소드 상세

AlertTuple() 공개 메소드

public AlertTuple ( int frames, WidgetRenderer wr, int buf, int w, int h, int th ) : System
frames int
wr BlisterUI.Widgets.WidgetRenderer
buf int
w int
h int
th int
리턴 System

프로퍼티 상세

Base 공개적으로 프로퍼티

public RectWidget,BlisterUI.Widgets Base
리턴 BlisterUI.Widgets.RectWidget

FramesLeft 공개적으로 프로퍼티

public int FramesLeft
리턴 int

Icon 공개적으로 프로퍼티

public RectWidget,BlisterUI.Widgets Icon
리턴 BlisterUI.Widgets.RectWidget

Text 공개적으로 프로퍼티

public TextWidget,BlisterUI.Widgets Text
리턴 BlisterUI.Widgets.TextWidget