Contents

role

The name of this type’s role, if it has one.

Declaration

var role: USDToken { get }

Discussion

Roles clarify the semantic purpose of a type. For example, the type point3f stores the same data as its base type float3, but it also has the role “Point”, which means that it stores 3D positions.