EX sx::Effect::Effect |
( |
const string & |
id | ) |
|
EX sx::Effect::~Effect |
( |
| ) |
|
Returns a vector containing all EffectObjects rendered by method render. The passes are rendered in the order given by the returned vector.
EX bool sx::Effect::isLoaded |
( |
| ) |
const |
|
virtual |
as this is always loaded, the return value is always true
Implements sx::SXResource.
EX bool sx::Effect::isVisible |
( |
| ) |
const |
EX void sx::Effect::load |
( |
| ) |
|
|
virtual |
as this is always loaded, this method has no effect on this
Implements sx::SXResource.
EX void sx::Effect::render |
( |
| ) |
|
Calls execute in all EffectObjects in the order given by vector objects, and provides them with the input associated with them through struct EffectCommand through the parameter of method execute. If visible is false, the method doesn't do anything.
EX void sx::Effect::setVisible |
( |
bool |
visible | ) |
|
The documentation for this class was generated from the following file: