FloatStore#
- class omni.ui.FloatStore#
Bases:
pybind11_objectA singleton that stores all the UI Style float properties of omni.ui.
Methods
__init__(*args, **kwargs)find(name)Return the index of the color with specific name.
store(name, value)Save the color by name.
- __init__(*args, **kwargs)#
- static find(name: str) float#
Return the index of the color with specific name.
- static store(name: str, value: float) None#
Save the color by name.