Home
last modified time | relevance | path

Searched refs:meshType (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/effect/
DParticleEmitter.java83 private ParticleMesh.Type meshType; field in ParticleEmitter
177 switch (meshType) { in clone()
187 throw new IllegalStateException("Unrecognized particle type: " + meshType); in clone()
207 meshType = type; in ParticleEmitter()
217 switch (meshType) { in ParticleEmitter()
227 throw new IllegalStateException("Unrecognized particle type: " + meshType); in ParticleEmitter()
283 return meshType; in getMeshType()
290 public void setMeshType(ParticleMesh.Type meshType) { in setMeshType() argument
291 this.meshType = meshType; in setMeshType()
292 switch (meshType) { in setMeshType()
[all …]