spec(at:)
Returns the spec at the given path within this prim.
Declaration
func spec(at path: USDLayer.Path) -> USDLayer.Spec?Parameters
- path:
The path to look up.
Return Value
The spec, or nil if no spec is authored at path.
Returns the spec at the given path within this prim.
func spec(at path: USDLayer.Path) -> USDLayer.Spec?The path to look up.
The spec, or nil if no spec is authored at path.