Public Member Functions
physx::apex::NxModifier Class Reference

#include <NxModifier.h>

Inheritance diagram for physx::apex::NxModifier:

List of all members.

Public Member Functions

virtual ModifierTypeEnum getModifierType () const =0
virtual physx::PxU32 getModifierUsage () const =0
virtual physx::PxU32 getModifierSpriteSemantics ()
virtual physx::PxU32 getModifierMeshSemantics ()
virtual ~NxModifier ()

Detailed Description

NxModifier contains all of the data necessary to apply a single modifier type to a particle system. Generally this combines some physical transformation with parameters specified at authoring time to modify the look of the final effect.


Constructor & Destructor Documentation

virtual physx::apex::NxModifier::~NxModifier ( ) [inline, virtual]

Member Function Documentation

virtual physx::PxU32 physx::apex::NxModifier::getModifierMeshSemantics ( ) [inline, virtual]

returns a bitmap that includes every mesh(instance) semantic that the modifier updates

virtual physx::PxU32 physx::apex::NxModifier::getModifierSpriteSemantics ( ) [inline, virtual]

returns a bitmap that includes every sprite semantic that the modifier updates

virtual ModifierTypeEnum physx::apex::NxModifier::getModifierType ( ) const [pure virtual]
virtual physx::PxU32 physx::apex::NxModifier::getModifierUsage ( ) const [pure virtual]

The documentation for this class was generated from the following file:

Generated on Mon Apr 28 2014 08:01:49

Copyright © 2012-2014 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved.