3ds Max C++ API Reference
|
Channel-specific interfaces for ParticleChannelLifespan. More...
#include "IParticleChannelPTV.h"
Macros | |
#define | PARTICLECHANNELLIFESPANR_INTERFACE Interface_ID(0x74f93b19, 0x1eb34500) |
#define | PARTICLECHANNELLIFESPANW_INTERFACE Interface_ID(0x74f93b19, 0x1eb34501) |
#define | GetParticleChannelLifespanRInterface(obj) ((IParticleChannelPTVR*)obj->GetInterface(PARTICLECHANNELLIFESPANR_INTERFACE)) |
#define | GetParticleChannelLifespanWInterface(obj) ((IParticleChannelPTVW*)obj->GetInterface(PARTICLECHANNELLIFESPANW_INTERFACE)) |
Channel-specific interfaces for ParticleChannelLifespan.
The channel is used to store maximal age a particle can live up to. The channel is a wrap around ParticleChannelPTV.
#define PARTICLECHANNELLIFESPANR_INTERFACE Interface_ID(0x74f93b19, 0x1eb34500) |
#define PARTICLECHANNELLIFESPANW_INTERFACE Interface_ID(0x74f93b19, 0x1eb34501) |
#define GetParticleChannelLifespanRInterface | ( | obj | ) | ((IParticleChannelPTVR*)obj->GetInterface(PARTICLECHANNELLIFESPANR_INTERFACE)) |
#define GetParticleChannelLifespanWInterface | ( | obj | ) | ((IParticleChannelPTVW*)obj->GetInterface(PARTICLECHANNELLIFESPANW_INTERFACE)) |