OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSpawnWidth
(Results
1 - 5
of
5
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEffect.java
251
particleEmitter.
getSpawnWidth
().setHigh(particleEmitter.
getSpawnWidth
().getHighMin() * scaleFactor,
252
particleEmitter.
getSpawnWidth
().getHighMax() * scaleFactor);
253
particleEmitter.
getSpawnWidth
().setLow(particleEmitter.
getSpawnWidth
().getLowMin() * scaleFactor,
254
particleEmitter.
getSpawnWidth
().getLowMax() * scaleFactor);
ParticleEmitter.java
694
public ScaledNumericValue
getSpawnWidth
() {
[
all
...]
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
SpawnInfluencerPanel.java
109
widthPanel.setValue(shape.
getSpawnWidth
());
220
addContent(i++, 0, widthPanel = new ScaledNumericPanel(editor, pointSpawnShapeValue.
getSpawnWidth
(), "Duration", "Spawn Width", "Width of the spawn shape, in world units.", true));
221
addContent(i++, 0, heightPanel = new ScaledNumericPanel(editor, pointSpawnShapeValue.
getSpawnWidth
(), "Duration", "Spawn Height", "Height of the spawn shape, in world units.", true));
222
addContent(i++, 0, depthPanel = new ScaledNumericPanel(editor, pointSpawnShapeValue.
getSpawnWidth
(), "Duration", "Spawn Depth", "Depth of the spawn shape, in world units.", true), false);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
PrimitiveSpawnShapeValue.java
52
public ScaledNumericValue
getSpawnWidth
() {
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
ParticleEditor.java
122
addRow(new ScaledNumericPanel(emitter.
getSpawnWidth
(), "Duration", "Spawn Width",
Completed in 87 milliseconds