Particle effect package parsing class.
More...
|
class | NvsParticleEmitterDesc |
| Particle emitter description class.Contain the particle emitter's position and a list of its child particle emitters' names. More...
|
|
Particle effect package parsing class.
- Warning
- In the NvsAssetPackageParticleDescParser class, all public APIs are used in the UI thread! ! !
◆ NvsAssetPackageParticleDescParser()
com.meicam.sdk.NvsAssetPackageParticleDescParser.NvsAssetPackageParticleDescParser |
( |
String |
fxDescription | ) |
|
|
inline |
◆ GetLeftEyeEmitter()
List<String> com.meicam.sdk.NvsAssetPackageParticleDescParser.GetLeftEyeEmitter |
( |
| ) |
|
|
inline |
Get a list of the particle emitter names at the left eye.
- Returns
- Return a list of the particle emitter names
◆ GetLeftEyePlace()
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetLeftEyePlace |
( |
| ) |
|
|
inline |
Get the position type of the particle emitter at the left eye.Please refer to Particle position type.
- Returns
- Return the position type.
◆ GetParticlePartitionCount()
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetParticlePartitionCount |
( |
| ) |
|
|
inline |
Get the count of particle partition.
- Returns
- Return the count of partition
◆ GetParticlePartitionEmitter()
List<String> com.meicam.sdk.NvsAssetPackageParticleDescParser.GetParticlePartitionEmitter |
( |
int |
partitionIndex | ) |
|
|
inline |
Get the name list of the particle emitter partition with the specified index value.
- Parameters
-
partitionIndex | partition index |
- Returns
- Return a list of a partition particle emitter name
◆ GetParticlePartitionPlace()
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetParticlePartitionPlace |
( |
int |
partitionIndex | ) |
|
|
inline |
Get the position type of the particle emitter partition with the specified index value.
- Parameters
-
partitionIndex | partition index |
- Returns
- Return the position type
◆ GetParticleType()
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetParticleType |
( |
| ) |
|
|
inline |
Get particle type.
- Returns
- Return the particle type.Please refer to Particle type.
◆ GetRightEyeEmitter()
List<String> com.meicam.sdk.NvsAssetPackageParticleDescParser.GetRightEyeEmitter |
( |
| ) |
|
|
inline |
Get a list of the particle emitter names at the right eye.
- Returns
- Return a list of the particle emitter names
◆ GetRightEyePlace()
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetRightEyePlace |
( |
| ) |
|
|
inline |
Get the position type of the particle emitter at the right eye.Please refer to Particle position type.
- Returns
- Return the position type.
◆ EMITTER_PLACE_BOTTOM
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_BOTTOM = 3 |
|
static |
The particle emitter is below the current part.
◆ EMITTER_PLACE_CENTER
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_CENTER = 4 |
|
static |
The particle emitter is in the middle of the current part.
◆ EMITTER_PLACE_LEFT
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_LEFT = 0 |
|
static |
The particle emitter is on the left side of the current part.
◆ EMITTER_PLACE_RIGHT
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_RIGHT = 1 |
|
static |
The particle emitter is on the right side of the current part.
◆ EMITTER_PLACE_TOP
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_TOP = 2 |
|
static |
The particle emitter is above the current part.
◆ PARTICLE_TYPE_EYE
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.PARTICLE_TYPE_EYE = 3 |
|
static |
Particle effect controlled by eye.
◆ PARTICLE_TYPE_GESTURE
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.PARTICLE_TYPE_GESTURE = 2 |
|
static |
Particle effect controlled by gesture.
◆ PARTICLE_TYPE_MOUTH
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.PARTICLE_TYPE_MOUTH = 4 |
|
static |
Particle effect controlled by mouth.
◆ PARTICLE_TYPE_NORMAL
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.PARTICLE_TYPE_NORMAL = 0 |
|
static |
Particle effect without interaction.
◆ PARTICLE_TYPE_TOUCH
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.PARTICLE_TYPE_TOUCH = 1 |
|
static |
Particle effect controlled by touch screen.
The documentation for this class was generated from the following file: