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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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