C# 클래스 OpenRA.Graphics.Sprite

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

공개 프로퍼티들

프로퍼티 타입 설명
BlendMode BlendMode
Bounds System.Drawing.Rectangle
Channel TextureChannel
FractionalOffset float3
Offset float3
Sheet Sheet
Size float3
Top float
ZRamp float

공개 메소드들

메소드 설명
Sprite ( Sheet sheet, Rectangle bounds, TextureChannel channel ) : System
Sprite ( Sheet sheet, Rectangle bounds, float zRamp, float3 offset, TextureChannel channel, BlendMode blendMode = BlendMode.Alpha ) : System

메소드 상세

Sprite() 공개 메소드

public Sprite ( Sheet sheet, Rectangle bounds, TextureChannel channel ) : System
sheet Sheet
bounds System.Drawing.Rectangle
channel TextureChannel
리턴 System

Sprite() 공개 메소드

public Sprite ( Sheet sheet, Rectangle bounds, float zRamp, float3 offset, TextureChannel channel, BlendMode blendMode = BlendMode.Alpha ) : System
sheet Sheet
bounds System.Drawing.Rectangle
zRamp float
offset float3
channel TextureChannel
blendMode BlendMode
리턴 System

프로퍼티 상세

BlendMode 공개적으로 프로퍼티

public BlendMode BlendMode
리턴 BlendMode

Bounds 공개적으로 프로퍼티

public Rectangle,System.Drawing Bounds
리턴 System.Drawing.Rectangle

Channel 공개적으로 프로퍼티

public TextureChannel Channel
리턴 TextureChannel

FractionalOffset 공개적으로 프로퍼티

public float3 FractionalOffset
리턴 float3

Offset 공개적으로 프로퍼티

public float3 Offset
리턴 float3

Sheet 공개적으로 프로퍼티

public Sheet,OpenRA.Graphics Sheet
리턴 Sheet

Size 공개적으로 프로퍼티

public float3 Size
리턴 float3

Top 공개적으로 프로퍼티

public float Top
리턴 float

ZRamp 공개적으로 프로퍼티

public float ZRamp
리턴 float