Channel-specific interfaces for ParticleChannelLifespan. More...
#include "IParticleChannelPTV.h"Go to the source code of this file.
Defines |
|
| #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.
Definition in file IParticleChannelLifespan.h.
| #define PARTICLECHANNELLIFESPANR_INTERFACE Interface_ID(0x74f93b19, 0x1eb34500) |
Definition at line 21 of file IParticleChannelLifespan.h.
| #define PARTICLECHANNELLIFESPANW_INTERFACE Interface_ID(0x74f93b19, 0x1eb34501) |
Definition at line 22 of file IParticleChannelLifespan.h.
| #define GetParticleChannelLifespanRInterface | ( | obj | ) | ((IParticleChannelPTVR*)obj->GetInterface(PARTICLECHANNELLIFESPANR_INTERFACE)) |
Definition at line 24 of file IParticleChannelLifespan.h.
| #define GetParticleChannelLifespanWInterface | ( | obj | ) | ((IParticleChannelPTVW*)obj->GetInterface(PARTICLECHANNELLIFESPANW_INTERFACE)) |
Definition at line 25 of file IParticleChannelLifespan.h.