Contents

property(at:)

Returns the property spec at the given path.

Declaration

func property(at path: USDLayer.Path) -> USDPrim.Property.Spec?

Parameters

  • path:

    The path to look up.

Return Value

The property spec, or nil if none is authored at path.

See Also

Accessing scene description by path