|
OpenMW
|
#include <controller.hpp>
Public Member Functions | |
| void | read (NIFStream *nif) |
| Parses the record from file. | |
| void | post (NIFFile *nif) |
| Does post-processing, after the entire tree is loaded. | |
Public Attributes | |
| ControllerPtr | next |
| int | flags |
| float | frequency |
| float | phase |
| float | timeStart |
| float | timeStop |
| ControlledPtr | target |
| void Nif::Controller::post | ( | NIFFile * | nif | ) | [inline, virtual] |
Does post-processing, after the entire tree is loaded.
Reimplemented from Nif::Record.
Reimplemented in Nif::NiFlipController, Nif::NiVisController, Nif::NiGeomMorpherController, Nif::NiAlphaController, Nif::NiKeyframeController, Nif::NiUVController, Nif::NiPathController, Nif::NiMaterialColorController, and Nif::NiParticleSystemController.
| void Nif::Controller::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Implements Nif::Record.
Reimplemented in Nif::NiFlipController, Nif::NiVisController, Nif::NiGeomMorpherController, Nif::NiAlphaController, Nif::NiKeyframeController, Nif::NiUVController, Nif::NiPathController, Nif::NiMaterialColorController, and Nif::NiParticleSystemController.
| float Nif::Controller::phase |
1.7.6.1