CollectorTaskType#

class omni.kit.usd.collect.CollectorTaskType(
value,
names=None,
*,
module=None,
qualname=None,
type=None,
start=1,
boundary=None,
)#

Bases: Enum

Internal. Task type of collector.

Attributes

READ_TASK

Read task that reads content of a file.

WRITE_TASK

Write task that writes content to a target file.

COPY_TASK

Copy task that copies a file to a target location.

RESOLVE_TASK

Resolve task that re-maps external references in a USD layer to new locations.

__init__(*args, **kwds)#
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.