ZernikalossearchfindFirstCamerafindFirstCamera fun findFirstCamera(root: ZObject): ZCamera?(source)Finds the first ZCamera in a given ZObject tree starting at root.ReturnThe first ZCamera object found within the tree, or null if no ZCamera object is found.ParametersrootThe root ZObject from which to start the search.