C# Class 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.
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Свойство Type Description
BottomAllowance float
Default SpriteSelectionOptions
LeftAllowance float
RightAllowance float
TopAllowance float

Méthodes publiques

Méthode Description
SpriteSelectionOptions ( float topAllowance, float bottomAllowance, float leftAllowance, float rightAllowance ) : System

Method Details

SpriteSelectionOptions() public méthode

public SpriteSelectionOptions ( float topAllowance, float bottomAllowance, float leftAllowance, float rightAllowance ) : System
topAllowance float
bottomAllowance float
leftAllowance float
rightAllowance float
Résultat System

Property Details

BottomAllowance public_oe property

public float BottomAllowance
Résultat float

Default public_oe static_oe property

public static SpriteSelectionOptions,FlatRedBall.Utilities Default
Résultat SpriteSelectionOptions

LeftAllowance public_oe property

public float LeftAllowance
Résultat float

RightAllowance public_oe property

public float RightAllowance
Résultat float

TopAllowance public_oe property

public float TopAllowance
Résultat float