C# Класс hyades.graphics.SpriteInfo

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

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

Свойство Тип Описание
color Color
index int
region TextureRegion
rotation_x float
x float

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

Метод Описание
SpriteInfo ( TextureRegion region, Color color, float x, float y, float z, float width, float height, float rotation_x, float rotation_y, float rotation_z, int index ) : System
SpriteInfo ( TextureRegion region, Color color, float x, float y, float width, float height, float rotation, int index ) : System
ToString ( ) : string

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

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

public SpriteInfo ( TextureRegion region, Color color, float x, float y, float z, float width, float height, float rotation_x, float rotation_y, float rotation_z, int index ) : System
region TextureRegion
color Color
x float
y float
z float
width float
height float
rotation_x float
rotation_y float
rotation_z float
index int
Результат System

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

public SpriteInfo ( TextureRegion region, Color color, float x, float y, float width, float height, float rotation, int index ) : System
region TextureRegion
color Color
x float
y float
width float
height float
rotation float
index int
Результат System

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

public ToString ( ) : string
Результат string

Описание свойств

color публичное свойство

public Color color
Результат Color

index публичное свойство

public int index
Результат int

region публичное свойство

public TextureRegion,hyades.graphics region
Результат TextureRegion

rotation_x публичное свойство

public float rotation_x
Результат float

x публичное свойство

public float x
Результат float