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

Channel-generic interfaces ParticleChannelExt2 This is a part of a particle channel that has extended interface for advanced funtionality; effectively it's an extension for IParticleChannelExt interface; it's not included in IParticleChannelExt to avoid max SDK break. More...

#include "../ifnpub.h"

Classes

class  IParticleChannelExt2
 

Macros

#define PARTICLECHANNELEXT2_INTERFACE   Interface_ID(0x12dd1706, 0x1eb34400)
 
#define GetParticleChannelExt2Interface(obj)   ((IParticleChannelExt2*)obj->GetInterface(PARTICLECHANNELEXT2_INTERFACE))
 

Detailed Description

Channel-generic interfaces ParticleChannelExt2 This is a part of a particle channel that has extended interface for advanced funtionality; effectively it's an extension for IParticleChannelExt interface; it's not included in IParticleChannelExt to avoid max SDK break.

Macro Definition Documentation

◆ PARTICLECHANNELEXT2_INTERFACE

#define PARTICLECHANNELEXT2_INTERFACE   Interface_ID(0x12dd1706, 0x1eb34400)

◆ GetParticleChannelExt2Interface

#define GetParticleChannelExt2Interface (   obj)    ((IParticleChannelExt2*)obj->GetInterface(PARTICLECHANNELEXT2_INTERFACE))