Particle effect package parsing class.
More...
Particle effect package parsing class.
- Warning
- In the NvsAssetPackageParticleDescParser class, all public APIs are used in the UI thread! ! !
com.meicam.sdk.NvsAssetPackageParticleDescParser.NvsAssetPackageParticleDescParser |
( |
String |
fxDescription | ) |
|
|
inline |
List<String> com.meicam.sdk.NvsAssetPackageParticleDescParser.GetLeftEyeEmitter |
( |
| ) |
|
|
inline |
Gets a list of the particle emitter name placed in the left eye.
- Returns
- Returns a list of the particle emitter name
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetLeftEyePlace |
( |
| ) |
|
|
inline |
Gets placed particle emitter position in the left eye.
- Returns
- Returns the placed position.
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetParticlePartitionCount |
( |
| ) |
|
|
inline |
Gets the count of particle fragments.
- Returns
- Returns the count of fragments
List<String> com.meicam.sdk.NvsAssetPackageParticleDescParser.GetParticlePartitionEmitter |
( |
int |
partitionIndex | ) |
|
|
inline |
Gets a list of a partition particle emitter name.
- Parameters
-
partitionIndex | partition index |
- Returns
- Returns a list of a partition particle emitter name
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetParticlePartitionPlace |
( |
int |
partitionIndex | ) |
|
|
inline |
Gets the position where a partition particle emitter should be placed.
- Parameters
-
partitionIndex | partition index |
- Returns
- Return the placed position
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetParticleType |
( |
| ) |
|
|
inline |
Gets particle type.
- Returns
- Returns the particle type.
List<String> com.meicam.sdk.NvsAssetPackageParticleDescParser.GetRightEyeEmitter |
( |
| ) |
|
|
inline |
Gets a list of the particle emitter name placed in the right eye.
- Returns
- Returns a list of the particle emitter name
int com.meicam.sdk.NvsAssetPackageParticleDescParser.GetRightEyePlace |
( |
| ) |
|
|
inline |
Gets the position of particle emitter on the right eye.
- Returns
- Returns the placed position.
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_BOTTOM = 3 |
|
static |
The particle emitter is below the current part.
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_CENTER = 4 |
|
static |
The particle emitter is in the middle of the current part.
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_LEFT = 0 |
|
static |
The particle emitter is on the left side of the current part.
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_RIGHT = 1 |
|
static |
The particle emitter is on the right side of the current part.
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.EMITTER_PLACE_TOP = 2 |
|
static |
The particle emitter is above the current part.
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.PARTICLE_TYPE_EYE = 3 |
|
static |
Particle effect controlled by eye.
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.PARTICLE_TYPE_GESTURE = 2 |
|
static |
Particle effect controlled by gesture.
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.PARTICLE_TYPE_MOUTH = 4 |
|
static |
Particle effect controlled by mouth.
final int com.meicam.sdk.NvsAssetPackageParticleDescParser.PARTICLE_TYPE_NORMAL = 0 |
|
static |
Particle effect without interaction.
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: