OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newLowValue
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
RangedNumericValue.java
12
public float
newLowValue
() {
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
ParticleEmitter.java
341
delay = delayValue.active ? delayValue.
newLowValue
() : 0;
345
duration = durationValue.
newLowValue
();
347
emission = (int)emissionValue.
newLowValue
();
351
life = (int)lifeValue.
newLowValue
();
355
lifeOffset = lifeOffsetValue.active ? (int)lifeOffsetValue.
newLowValue
() : 0;
359
spawnWidth = spawnWidthValue.
newLowValue
();
363
spawnHeight = spawnHeightValue.
newLowValue
();
394
particle.velocity = velocityValue.
newLowValue
();
399
particle.angle = angleValue.
newLowValue
();
411
particle.scale = scaleValue.
newLowValue
() / spriteWidth;
[
all
...]
Completed in 60 milliseconds