MeiCam SDK For iOS  3.10.0
Classes
NvsAssetPackageParticleDescParser.h File Reference
#import <Foundation/Foundation.h>
#import "NvsCommonDef.h"

Go to the source code of this file.

Classes

class  NvsAssetPackageParticleDescParser
 Particle effect package parsing class. More...
 

Enumerations

Particle type

enum  NvsParticleType {
  NvsParticleType_Normal = 0, NvsParticleType_Touch, NvsParticleType_Gesture, NvsParticleType_Eye,
  NvsParticleType_Mouth
}
 
the particle emitter position type

enum  NvsEmitterPlace {
  NvsEmitterPlace_Left = 0, NvsEmitterPlace_Right, NvsEmitterPlace_Top, NvsEmitterPlace_Bottom,
  NvsEmitterPlace_Center
}
 

Enumeration Type Documentation

◆ NvsEmitterPlace

Enumerator
NvsEmitterPlace_Left 

The particle emitter is on the left of the current position.

NvsEmitterPlace_Right 

The particle emitter is on the right of the current position.

NvsEmitterPlace_Top 

The particle emitter is above the current position.

NvsEmitterPlace_Bottom 

The particle emitter is below the current position.

NvsEmitterPlace_Center 

The particle emitter is in the middle of the current position.

◆ NvsParticleType

Enumerator
NvsParticleType_Normal 

Particle effect without interaction.

NvsParticleType_Touch 

Particle effect controlled by touch screen.

NvsParticleType_Gesture 

Particle effect controlled by gesture.

NvsParticleType_Eye 

Particle effect controlled by eye.

NvsParticleType_Mouth 

Particle effect controlled by mouth.