StringStore

class omni.ui.StringStore

Bases: pybind11_object

A singleton that stores all the UI Style string properties of omni.ui.

Methods

__init__(*args, **kwargs)

find(name)

Return the index of the color with specific name.

store(name, string)

Save the color by name.

__init__(*args, **kwargs)
static find(name: str) str

Return the index of the color with specific name.

static store(name: str, string: str) None

Save the color by name.