NodePaths

public final class NodePaths

A static factory for NodePath.

Functions

Link copied to clipboard
public static NodePath of(String path)
Creates a NodePath from the given string.
public static NodePath of(Array<String> pathElements)
Creates a NodePath by joining the given elements.