parse
parse()
Parses a path into an object.
This method variant accepts a string path and returns a NodePath object.
Return
The parsed path.
Parameters
path
The path to parse.
See also
parse()
Parses a path into an object.
This method variant accepts a string path and a path style and returns a NodePath object. This is available for host-side use only.
Return
The parsed path.
Parameters
path
The path to parse.
pathStyle
The path style to use.