OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strengthValue
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
ParticleControllerTest.java
185
modifier.
strengthValue
.setTimeline(new float[]{0,1});
186
modifier.
strengthValue
.setScaling(new float[]{0,1});
187
modifier.
strengthValue
.setHigh(80);
188
modifier.
strengthValue
.setLow(1, 5);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
DynamicsModifier.java
67
public ScaledNumericValue
strengthValue
;
70
strengthValue
= new ScaledNumericValue();
75
strengthValue
= new ScaledNumericValue();
76
strengthValue
.load(rotation.
strengthValue
);
92
start =
strengthValue
.newLowValue();
93
diff =
strengthValue
.newHighValue();
94
if(!
strengthValue
.isRelative())
104
json.writeValue("
strengthValue
",
strengthValue
);
[
all
...]
Completed in 2764 milliseconds