USDPrim.Attribute.ValueType.TupleDimensions
The shape of a value type’s components.
Declaration
enum TupleDimensionsOverview
scalar: a single value (e.g.Float,Int).vector(n): an n-component tuple (e.g.Float3is.vector(3)).matrix(rows:cols:): a 2D tuple (e.g.Matrix4dis.matrix(rows: 4, cols: 4)).
Topics
Enumeration Cases
USDPrim.Attribute.ValueType.TupleDimensions.matrix(rows:columns:)USDPrim.Attribute.ValueType.TupleDimensions.scalarUSDPrim.Attribute.ValueType.TupleDimensions.vector(_:)