Class AccessMask
Records what Prims and Attributes should be read over time.
Inherited Members
Namespace: USD.NET
Syntax
public class AccessMask
Remarks
Used, for example, when tracking which prims are animated. By adding the dynamic prims to an AccessMask, only the dynamic prims are loaded and downstream logic need not know why.
Fields
Included
Declaration
public Dictionary<SdfPath, DeserializationContext> Included
Field Value
Type | Description |
---|---|
Dictionary<SdfPath, DeserializationContext> |