Hydrogen Framework
1.3.1
|
This is the complete list of members for Hydrogen.Texture, including all inherited members.
AutoCrop(this Texture2D texture, Color borderColor) | Hydrogen.Texture | static |
Blit(Texture2D destinationTexture, Texture2D sourceTexture, int offsetX, int offsetY) | Hydrogen.Texture | static |
BlitAlpha(Texture2D destinationTexture, Texture2D sourceTexture, int offsetX, int offsetY) | Hydrogen.Texture | static |
Crop(this Texture2D sourceTexture, int offsetX, int offsetY, int width, int height) | Hydrogen.Texture | static |
FlipHorizontally(this Texture2D texture) | Hydrogen.Texture | static |
FlipVertically(this Texture2D texture) | Hydrogen.Texture | static |
HexInverse | Hydrogen.Texture | |
Resize(this Texture2D sourceTexture, int newWidth, int newHeight) | Hydrogen.Texture | static |
RotateClockwise90Degrees(this Texture2D texture) | Hydrogen.Texture | static |
RotateCounterClockwise90Degrees(this Texture2D texture) | Hydrogen.Texture | static |
Tile(this Texture2D texture, int horizontalTiles, int verticalTiles) | Hydrogen.Texture | static |
ToColor(this WebColor color) | Hydrogen.Texture | static |
ToColor(WebColor color, float alpha) | Hydrogen.Texture | static |
Transpose(this Texture2D texture) | Hydrogen.Texture | static |
TransposePerpendicular(this Texture2D texture) | Hydrogen.Texture | static |
WebColor enum name | Hydrogen.Texture |