MeiCam SDK For iOS
3.14.0
|
Go to the documentation of this file.
15 #import <Foundation/Foundation.h>
64 - (instancetype)initWithEffectDesc:(NSString *)desc;
96 - (
NvsEmitterPlace) getParticlePartitionPlace:(
unsigned int)partitionIndex;
108 - (NSArray *) getParticlePartitionEmitter:(
unsigned int)partitionIndex;
@ NvsEmitterPlace_Right
The particle emitter is on the right of the current position.
Definition: NvsAssetPackageParticleDescParser.h:45
int getParticlePartitionCount()
Get the count of particle partition.
@ NvsParticleType_Normal
Particle effect without interaction.
Definition: NvsAssetPackageParticleDescParser.h:27
@ NvsEmitterPlace_Center
The particle emitter is in the middle of the current position.
Definition: NvsAssetPackageParticleDescParser.h:48
@ NvsEmitterPlace_Top
The particle emitter is above the current position.
Definition: NvsAssetPackageParticleDescParser.h:46
@ NvsParticleType_Mouth
Particle effect controlled by mouth.
Definition: NvsAssetPackageParticleDescParser.h:31
@ NvsParticleType_Eye
Particle effect controlled by eye.
Definition: NvsAssetPackageParticleDescParser.h:30
NvsEmitterPlace
Definition: NvsAssetPackageParticleDescParser.h:43
NvsParticleType
Definition: NvsAssetPackageParticleDescParser.h:26
NvsParticleType getParticleType()
Get particle type.
NSArray * getRightEyeEmitter()
Get a array of the particle emitter names at the right eye.
NSArray * getLeftEyeEmitter()
Get a array of the particle emitter names at the left eye.
NvsEmitterPlace getLeftEyePlace()
Get the position type of the particle emitter at the left eye.Please refer to Particle position type.
@ NvsEmitterPlace_Left
The particle emitter is on the left of the current position.
Definition: NvsAssetPackageParticleDescParser.h:44
@ NvsParticleType_Touch
Particle effect controlled by touch screen.
Definition: NvsAssetPackageParticleDescParser.h:28
NvsEmitterPlace getRightEyePlace()
Get the position type of the particle emitter at the right eye.Please refer to Particle position type...
Particle effect package parsing class.
Definition: NvsAssetPackageParticleDescParser.h:62
#define NVS_EXPORT
Definition: NvsCommonDef.h:20
@ NvsEmitterPlace_Bottom
The particle emitter is below the current position.
Definition: NvsAssetPackageParticleDescParser.h:47
@ NvsParticleType_Gesture
Particle effect controlled by gesture.
Definition: NvsAssetPackageParticleDescParser.h:29