Channel-generic interfaces ParticleChannelAmount This is a part of every particle channel and particle container ParticleChannelAmount is a two-part interface: for read (R) and write (W) More...
#include "..\ifnpub.h"
Go to the source code of this file.
Classes |
|
class | IParticleChannelAmountR |
class | IParticleChannelAmountW |
Defines |
|
#define | PARTICLECHANNELAMOUNTR_INTERFACE Interface_ID(0x74f93b00, 0x1eb34500) |
#define | PARTICLECHANNELAMOUNTW_INTERFACE Interface_ID(0x74f93b00, 0x1eb34501) |
#define | GetParticleChannelAmountRInterface(obj) ((IParticleChannelAmountR*)obj->GetInterface(PARTICLECHANNELAMOUNTR_INTERFACE)) |
#define | GetParticleChannelAmountWInterface(obj) ((IParticleChannelAmountW*)obj->GetInterface(PARTICLECHANNELAMOUNTW_INTERFACE)) |
Channel-generic interfaces ParticleChannelAmount This is a part of every particle channel and particle container ParticleChannelAmount is a two-part interface: for read (R) and write (W)
Definition in file IParticleChannelAmount.h.
#define PARTICLECHANNELAMOUNTR_INTERFACE Interface_ID(0x74f93b00, 0x1eb34500) |
Definition at line 22 of file IParticleChannelAmount.h.
#define PARTICLECHANNELAMOUNTW_INTERFACE Interface_ID(0x74f93b00, 0x1eb34501) |
Definition at line 23 of file IParticleChannelAmount.h.
#define GetParticleChannelAmountRInterface | ( | obj | ) | ((IParticleChannelAmountR*)obj->GetInterface(PARTICLECHANNELAMOUNTR_INTERFACE)) |
Definition at line 25 of file IParticleChannelAmount.h.
#define GetParticleChannelAmountWInterface | ( | obj | ) | ((IParticleChannelAmountW*)obj->GetInterface(PARTICLECHANNELAMOUNTW_INTERFACE)) |
Definition at line 26 of file IParticleChannelAmount.h.