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.
Returns the property spec at the given path.
func property(at path: USDLayer.Path) -> USDPrim.Property.Spec?The path to look up.
The property spec, or nil if none is authored at path.