Enum ExportScope
The scope of the Alembic export.
Namespace: UnityEngine.Formats.Alembic.Util
Syntax
public enum ExportScope
Fields
Name | Description |
---|---|
EntireScene | Export the entire Scene. |
TargetBranch | Export only a branch (or hierarchy) of the Scene. Requires a TargetBranch value to be set. |