OpenMW
|
Anything that has a controller. More...
#include <base.hpp>
Public Member Functions | |
void | read (NIFStream *nif) |
Parses the record from file. More... | |
void | post (NIFFile *nif) |
Does post-processing, after the entire tree is loaded. More... | |
Public Member Functions inherited from Nif::Record | |
Record () | |
virtual | ~Record () |
Public Attributes | |
ControllerPtr | controller |
Public Attributes inherited from Nif::Extra | |
ExtraPtr | extra |
Public Attributes inherited from Nif::Record | |
int | recType |
std::string | recName |
size_t | recIndex |
Anything that has a controller.
|
inlinevirtual |
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.
|
inlinevirtual |
Parses the record from file.
Reimplemented from Nif::Extra.
Reimplemented in Nif::NiLODNode, Nif::NiSwitchNode, 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::NiParticleRotation, Nif::NiSphericalCollider, Nif::NiNode, Nif::NiFogProperty, Nif::NiPlanarCollider, Nif::NiTexturingProperty, Nif::NiGravity, Nif::NiTextureEffect, Nif::NiParticleColorModifier, Nif::NiParticleGrowFade, Nif::NiSpotLight, Nif::NiSourceTexture, Nif::Named, Nif::NiPointLight, Nif::NiLight, Nif::Node, Nif::Property, and Nif::NiDynamicEffect.
ControllerPtr Nif::Controlled::controller |