|
| virtual SubRenderState * | createInstance () |
| | Create an instance of the SubRenderState sub class it suppose to create.
|
| |
| virtual SubRenderState * | createInstance (ScriptCompiler *compiler, PropertyAbstractNode *prop, Pass *pass, SGScriptTranslator *translator) |
| |
| virtual SubRenderState * | createInstance (ScriptCompiler *compiler, PropertyAbstractNode *prop, TextureUnitState *texState, SGScriptTranslator *translator) |
| | Create an instance of the SubRenderState based on script properties.
|
| |
| virtual SubRenderState * | createOrRetrieveInstance (SGScriptTranslator *translator) |
| | Retrieve the previous instance the SRS in the script translator or create a new instance if not found.
|
| |
| virtual void | destroyAllInstances () |
| | Destroy all the instances that created by this factory.
|
| |
| virtual void | destroyInstance (SubRenderState *subRenderState) |
| | Destroy the given instance.
|
| |
| virtual const String & | getType () const |
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new
|
| |
| void * | operator new[] (size_t sz) |
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info
|
| |
| virtual void | writeInstance (MaterialSerializer *ser, SubRenderState *subRenderState, const TextureUnitState *srcTextureUnit, const TextureUnitState *dstTextureUnit) |
| | Write the given sub-render state instance using the material serializer.
|
| |
| virtual void | writeInstance (MaterialSerializer *ser, SubRenderState *subRenderState, Pass *srcPass, Pass *dstPass) |
| |
A factory that enables creation of FFPTransform instances.