OpenMW
|
Anything that has a controller. More...
#include <controlled.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 | controller |
Anything that has a controller.
void Nif::Controlled::post | ( | NIFFile * | nif | ) | [inline, virtual] |
Does post-processing, after the entire tree is loaded.
Reimplemented from Nif::Extra.
Reimplemented in Nif::NiRotatingParticles, Nif::NiAutoNormalParticles, Nif::NiTriShape, Nif::NiNode, Nif::NiTexturingProperty, Nif::NiTextureEffect, Nif::NiParticleColorModifier, Nif::NiSourceTexture, and Nif::Node.
void Nif::Controlled::read | ( | NIFStream * | nif | ) | [inline, virtual] |
Parses the record from file.
Reimplemented from Nif::Extra.
Reimplemented in Nif::NiRotatingParticles, Nif::NiAutoNormalParticles, Nif::NiCamera, Nif::NiTriShape, Nif::StructPropT< T >, Nif::StructPropT< S_AlphaProperty >, Nif::StructPropT< S_StencilProperty >, Nif::StructPropT< S_MaterialProperty >, Nif::StructPropT< S_VertexColorProperty >, Nif::NiNode, Nif::NiParticleRotation, Nif::NiPlanarCollider, Nif::NiTexturingProperty, Nif::NiGravity, Nif::NiParticleColorModifier, Nif::NiParticleGrowFade, Nif::NiTextureEffect, Nif::NiSourceTexture, Nif::Named, Nif::Node, Nif::NiLight, and Nif::Property.