fields(at:)
Returns the names of the fields authored at the given path.
Declaration
func fields(at path: USDLayer.Path) -> [USDToken]Parameters
- path:
The path to look up.
Return Value
The names of the authored fields.
Returns the names of the fields authored at the given path.
func fields(at path: USDLayer.Path) -> [USDToken]The path to look up.
The names of the authored fields.