C# 클래스 FarseerPhysics.DebugViewXNA.DebugViewXNA.StringData

파일 보기 프로젝트 열기: scastle/Solitude

공개 프로퍼티들

프로퍼티 타입 설명
Args object[]
Color Color
S string
X int

공개 메소드들

메소드 설명
StringData ( int x, int y, string s, object args ) : System
StringData ( int x, int y, string s, object args, Color color ) : System

메소드 상세

StringData() 공개 메소드

public StringData ( int x, int y, string s, object args ) : System
x int
y int
s string
args object
리턴 System

StringData() 공개 메소드

public StringData ( int x, int y, string s, object args, Color color ) : System
x int
y int
s string
args object
color Color
리턴 System

프로퍼티 상세

Args 공개적으로 프로퍼티

public object[] Args
리턴 object[]

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

S 공개적으로 프로퍼티

public string S
리턴 string

X 공개적으로 프로퍼티

public int X
리턴 int