![]() |
Public API Reference |
#include <lghtng.h>
Inheritance diagram for iLightningFactoryState:
Public Methods | |
virtual void | SetMaterialWrapper (iMaterialWrapper *material)=0 |
Set material of sprite. More... | |
virtual iMaterialWrapper * | GetMaterialWrapper () const=0 |
Get material of sprite. More... | |
virtual void | SetMixMode (uint mode)=0 |
Set mix mode. More... | |
virtual uint | GetMixMode () const=0 |
Get mix mode. More... | |
virtual void | SetOrigin (const csVector3 &pos)=0 |
Set the point of origin, the center of the texture. More... | |
virtual const csVector3 & | GetOrigin () const=0 |
Get the point of origin. More... |
@
Definition at line 32 of file lghtng.h.
|
Get material of sprite.
|
|
Get mix mode.
|
|
Get the point of origin.
|
|
Set material of sprite.
|
|
Set mix mode.
|
|
Set the point of origin, the center of the texture.
|