Enum Scene.WriteModes
Dictates how data is written to the scene.
Namespace: USD.NET
Syntax
public enum WriteModes
Fields
Name | Description | Value |
---|---|---|
Define | Every call to Write() also ensures the Prim is defined. |
0 |
Over | Calls to Write() will not define the Prim. |
1 |