C# Класс Beyond_Beyaan.Data_Modules.BBSprite

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BBSprite ( BaseSprite baseSprite, Random r ) : System
Draw ( float x, float y ) : void
Draw ( float x, float y, float scaleX, float scaleY ) : void
Draw ( float x, float y, float scaleX, float scaleY, Color color ) : void
Draw ( float x, float y, float scaleX, float scaleY, Color color, float angle ) : void
Draw ( float x, float y, float scaleX, float scaleY, byte alpha ) : void
Update ( float time, Random r ) : void

Описание методов

BBSprite() публичный Метод

public BBSprite ( BaseSprite baseSprite, Random r ) : System
baseSprite BaseSprite
r System.Random
Результат System

Draw() публичный Метод

public Draw ( float x, float y ) : void
x float
y float
Результат void

Draw() публичный Метод

public Draw ( float x, float y, float scaleX, float scaleY ) : void
x float
y float
scaleX float
scaleY float
Результат void

Draw() публичный Метод

public Draw ( float x, float y, float scaleX, float scaleY, Color color ) : void
x float
y float
scaleX float
scaleY float
color Color
Результат void

Draw() публичный Метод

public Draw ( float x, float y, float scaleX, float scaleY, Color color, float angle ) : void
x float
y float
scaleX float
scaleY float
color Color
angle float
Результат void

Draw() публичный Метод

public Draw ( float x, float y, float scaleX, float scaleY, byte alpha ) : void
x float
y float
scaleX float
scaleY float
alpha byte
Результат void

Update() публичный Метод

public Update ( float time, Random r ) : void
time float
r System.Random
Результат void