3ds Max C++ API Reference
IMXSParticleContainer.h File Reference

An interface class to maxscript version of ParticleContainer. More...

#include "IParticleContainer.h"
#include "../point3.h"
#include "../quat.h"

Classes

class  IMXSParticleContainer
 

Macros

#define MXSPARTICLECONTAINER_INTERFACE   Interface_ID(0x74f93c10, 0x1eb34600)
 
#define GetMXSParticleContainerInterface(obj)   ((IMXSParticleContainer*)obj->GetInterface(MXSPARTICLECONTAINER_INTERFACE))
 

Detailed Description

An interface class to maxscript version of ParticleContainer.

The interface is given to script actions.

Macro Definition Documentation

◆ MXSPARTICLECONTAINER_INTERFACE

#define MXSPARTICLECONTAINER_INTERFACE   Interface_ID(0x74f93c10, 0x1eb34600)

◆ GetMXSParticleContainerInterface

#define GetMXSParticleContainerInterface (   obj)    ((IMXSParticleContainer*)obj->GetInterface(MXSPARTICLECONTAINER_INTERFACE))