carb#
Submodules Summary:
No submodule docstring provided |
|
No submodule docstring provided |
|
No submodule docstring provided |
|
No submodule docstring provided |
|
No submodule docstring provided |
|
No submodule docstring provided |
|
Bindings for `carb::settings::ISettings` interface. Settings is a runtime representation of typical configuration formats (like json, toml, xml), it is a nested dictionary of values. |
|
Bindings for `carb::tokens::ITokens` interface. It is used for storing tokens and resolving strings containing them. |
|
No submodule docstring provided |
Classes Summary:
Pair of floating point values. These can be accessed via the named attributes, `x` & `y`, but |
|
A triplet of floating point values. These can be accessed via the named attributes, `x`, `y` & `z`, but |
|
A quadruplet of floating point values. These can be accessed via the named attributes, `x`, `y`, `z` & `w`, |
|
Members: |
|
Subscription holder. |
|
Functions Summary:
Simple lightweight unbounded cache. Sometimes called “memoize”. |
|
Decorator which can be used to mark functions or classes as deprecated. It will result in warn log when the function is used or a class is instantiated. |
|
Log deprecation message. |
|
Decorator factory to apply update_wrapper() to a wrapper function |
|
answer_question(question: str) -> str |
|
breakpoint() -> None |
|
get_framework() -> carb::Framework |
|
log(source: str, level: int, fileName: str, functionName: str, lineNumber: int, message: str) -> None |
|
wait_for_native_debugger(timeout: float = -1.0, stop: bool = False, quiet: bool = False) -> bool |