CollectorTaskType
- class omni.kit.usd.collect.CollectorTaskType(value)
Bases:
Enum
Internal. Task type of collector.
Attributes
Read task that reads content of a file.
Write task that writes content to a target file.
Copy task that copies a file to a target location.
Resolve task that re-maps external references in a USD layer to new locations.
- __init__()
- COPY_TASK = 2
Copy task that copies a file to a target location.
- READ_TASK = 0
Read task that reads content of a file.
- RESOLVE_TASK = 3
Resolve task that re-maps external references in a USD layer to new locations.
- WRITE_TASK = 1
Write task that writes content to a target file.