init(attribute:inverted:)
Creates a transform operation from an attribute.
Declaration
init(attribute: USDPrim.Attribute, inverted: Bool = false)Parameters
- attribute:
The attribute backing this operation.
- inverted:
Whether this is an inverse operation. Defaults to
false.