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 }Access or modify the value of a named attribute on this prim.
subscript<T>(attributeName: USDToken, as type: T.Type) -> T? where T : USDPrim.Attribute.Value { get nonmutating set }