C# 클래스 FlatRedBall.Utilities.SpriteSelectionOptions

Contains information for simulating an expansion or contraction of a Sprite.
This struct is used by a number of FlatRedball classes such as SpriteGrid and MathFunctions.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 프로퍼티들

프로퍼티 타입 설명
BottomAllowance float
Default SpriteSelectionOptions
LeftAllowance float
RightAllowance float
TopAllowance float

공개 메소드들

메소드 설명
SpriteSelectionOptions ( float topAllowance, float bottomAllowance, float leftAllowance, float rightAllowance ) : System

메소드 상세

SpriteSelectionOptions() 공개 메소드

public SpriteSelectionOptions ( float topAllowance, float bottomAllowance, float leftAllowance, float rightAllowance ) : System
topAllowance float
bottomAllowance float
leftAllowance float
rightAllowance float
리턴 System

프로퍼티 상세

BottomAllowance 공개적으로 프로퍼티

public float BottomAllowance
리턴 float

Default 공개적으로 정적으로 프로퍼티

public static SpriteSelectionOptions,FlatRedBall.Utilities Default
리턴 SpriteSelectionOptions

LeftAllowance 공개적으로 프로퍼티

public float LeftAllowance
리턴 float

RightAllowance 공개적으로 프로퍼티

public float RightAllowance
리턴 float

TopAllowance 공개적으로 프로퍼티

public float TopAllowance
리턴 float