C# 클래스 OpenRA.Graphics.SpriteWithSecondaryData

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

공개 프로퍼티들

프로퍼티 타입 설명
SecondaryBounds System.Drawing.Rectangle
SecondaryChannel TextureChannel
SecondaryTop float

공개 메소드들

메소드 설명
SpriteWithSecondaryData ( Sprite s, Rectangle secondaryBounds, TextureChannel secondaryChannel ) : System

메소드 상세

SpriteWithSecondaryData() 공개 메소드

public SpriteWithSecondaryData ( Sprite s, Rectangle secondaryBounds, TextureChannel secondaryChannel ) : System
s Sprite
secondaryBounds System.Drawing.Rectangle
secondaryChannel TextureChannel
리턴 System

프로퍼티 상세

SecondaryBounds 공개적으로 프로퍼티

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

SecondaryChannel 공개적으로 프로퍼티

public TextureChannel SecondaryChannel
리턴 TextureChannel

SecondaryTop 공개적으로 프로퍼티

public float SecondaryTop
리턴 float