C# 클래스 xnapunk.graphics.Graphic

파일 보기 프로젝트 열기: Gnoll/XNAPunk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Effects SpriteEffects
Position Vector2
Rotation float
Tint Color

공개 메소드들

메소드 설명
Draw ( Vector2 position ) : void

메소드 상세

Draw() 공개 추상적인 메소드

public abstract Draw ( Vector2 position ) : void
position Vector2
리턴 void

프로퍼티 상세

Effects 공개적으로 프로퍼티

public SpriteEffects Effects
리턴 SpriteEffects

Position 공개적으로 프로퍼티

public Vector2 Position
리턴 Vector2

Rotation 공개적으로 프로퍼티

public float Rotation
리턴 float

Tint 공개적으로 프로퍼티

public Color Tint
리턴 Color