C# 클래스 Dodgeball.Engine.Text

상속: GameObject
파일 보기 프로젝트 열기: schonstal/BLOODBALL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
alpha float
blend Microsoft.Xna.Framework.Graphics.BlendState
color Color
font string
screenPositioning ScreenPositioning
text string
visible bool

공개 메소드들

메소드 설명
Draw ( ) : void
Text ( string text, float x = 0f, float y = 0f, int width, int height ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Text() 공개 메소드

public Text ( string text, float x = 0f, float y = 0f, int width, int height ) : System
text string
x float
y float
width int
height int
리턴 System

프로퍼티 상세

alpha 공개적으로 프로퍼티

public float alpha
리턴 float

blend 공개적으로 프로퍼티

public BlendState,Microsoft.Xna.Framework.Graphics blend
리턴 Microsoft.Xna.Framework.Graphics.BlendState

color 공개적으로 프로퍼티

public Color color
리턴 Color

font 공개적으로 프로퍼티

public string font
리턴 string

screenPositioning 공개적으로 프로퍼티

public ScreenPositioning screenPositioning
리턴 ScreenPositioning

text 공개적으로 프로퍼티

public string text
리턴 string

visible 공개적으로 프로퍼티

public bool visible
리턴 bool