Contents

specType(at:)

Returns the kind of spec authored at the given path, or nil if nothing is authored there.

Declaration

func specType(at path: USDLayer.Path) -> USDLayer.SpecType?

Parameters

  • path:

    The path to look up.

Return Value

The spec type at path, or nil if no spec is authored.

See Also

Accessing scene description by path