Package com.banuba.sdk.scene
Interface WeightedLut
-
- All Known Implementing Classes:
WeightedLut.CppProxy
public interface WeightedLut
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
WeightedLut.CppProxy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Image
asImage()
float
getWeight()
void
load(java.lang.String fileName)
void
loadResource(Resource res)
void
setWeight(float value)
-