C# Класс FlatRedBall.Graphics.Texture.AtlasedTexture

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

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

Метод Описание
AtlasedTexture ( string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRect, Vector2 size, Vector2 pivotPoint, bool isRotated ) : System.Collections.Specialized

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

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

public AtlasedTexture ( string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRect, Vector2 size, Vector2 pivotPoint, bool isRotated ) : System.Collections.Specialized
name string
texture Microsoft.Xna.Framework.Graphics.Texture2D
sourceRect Microsoft.Xna.Framework.Rectangle
size Microsoft.Xna.Framework.Vector2
pivotPoint Microsoft.Xna.Framework.Vector2
isRotated bool
Результат System.Collections.Specialized