![]() |
Public API Reference |
#include <basetexfact.h>
Inheritance diagram for csBaseTextureFactory:
Public Methods | |
virtual void | SetSize (int w, int h) |
Set the size of the texture to be created. More... | |
virtual void | GetSize (int &w, int &h) |
Get the size of the texture to be created. More... | |
Protected Attributes | |
csRef< iObjectRegistry > | object_reg |
object registry. More... | |
int | width |
Width parameter. More... | |
int | height |
Height parameter. More... |
Definition at line 36 of file basetexfact.h.
|
Get the size of the texture to be created.
Implements iTextureFactory. |
|
Set the size of the texture to be created.
Implements iTextureFactory. |
|
Height parameter.
Definition at line 44 of file basetexfact.h. |
|
object registry.
Definition at line 40 of file basetexfact.h. |
|
Width parameter.
Definition at line 42 of file basetexfact.h. |