Contents

subscript(_:as:)

Access or modify the value of a named attribute on this prim.

Declaration

subscript<T>(attributeName: USDToken, as type: T.Type) -> T? where T : USDPrim.Attribute.Value { get nonmutating set }

See Also

Accessing attributes