|
My Project v1
Project
|
Public 成员函数 | |
| TextureAtlas (Texture2D texture, string atlasDefinition, string prefix) | |
| bool | ContainsTexture (string textureName) |
| Vector4? | GetTextureCoordinates (string textureName) |
Public 属性 | |
| Texture2D | m_texture |
| Dictionary< string, Rectangle > | m_rectangles = [] |
属性 | |
| Texture2D | Texture [get] |
| Game.TextureAtlas.TextureAtlas | ( | Texture2D | texture, |
| string | atlasDefinition, | ||
| string | prefix ) |
| bool Game.TextureAtlas.ContainsTexture | ( | string | textureName | ) |
| Vector4? Game.TextureAtlas.GetTextureCoordinates | ( | string | textureName | ) |
| Dictionary<string, Rectangle> Game.TextureAtlas.m_rectangles = [] |
| Texture2D Game.TextureAtlas.m_texture |
|
get |