DownloadState#
- class omni.ext.DownloadState#
Bases:
pybind11_objectIndex/Extension Download States.
Members:
DOWNLOADING : Download in progress.
DOWNLOAD_SUCCESS : Download finished successfully.
DOWNLOAD_FAILURE : Download failed.
Methods
__init__(self, value)Attributes
- __init__(
- self: omni.ext._extensions.DownloadState,
- value: int,
- property name#