Contents

atPath(_:)

Returns the child object at the specified path.

Declaration

func atPath(_ path: String) -> MDLObject

Parameters

  • path:

    A path that identifies the object to be found using object names.

Return Value

The requested object, or nil if no object matching the path can be found.

Discussion

See the path property for examples of how to construct object paths for searching.

See Also

Working with Object Hierarchies