Urho3D
|
This is the complete list of members for Urho3D::UIBatch, including all inherited members.
AddOrMerge(const UIBatch &batch, PODVector< UIBatch > &batches) | Urho3D::UIBatch | static |
AddQuad(const UIElement &element, int x, int y, int width, int height, int texOffsetX, int texOffsetY) | Urho3D::UIBatch | |
AddQuad(const UIElement &element, int x, int y, int width, int height, int texOffsetX, int texOffsetY, int texWidth, int texHeight) | Urho3D::UIBatch | |
AddQuad(const UIElement &element, int x, int y, int width, int height, int texOffsetX, int texOffsetY, int texWidth, int texHeight, bool tiled) | Urho3D::UIBatch | |
AddQuad(const UIElement &element, int x, int y, int width, int height, int texOffsetX, int texOffsetY, int texWidth, int texHeight, const Color &color) | Urho3D::UIBatch | |
Begin(PODVector< UIQuad > *quads) | Urho3D::UIBatch | |
blendMode_ | Urho3D::UIBatch | |
Merge(const UIBatch &batch) | Urho3D::UIBatch | |
quadCount_ | Urho3D::UIBatch | |
quads_ | Urho3D::UIBatch | |
quadStart_ | Urho3D::UIBatch | |
scissor_ | Urho3D::UIBatch | |
texture_ | Urho3D::UIBatch | |
UIBatch() | Urho3D::UIBatch | |
UIBatch(BlendMode blendMode, const IntRect &scissor, Texture *texture, PODVector< UIQuad > *quads) | Urho3D::UIBatch | |
UpdateGeometry(Graphics *graphics, void *lockedData) | Urho3D::UIBatch |