Package com.aspose.threed
Interface NodeVisitor
-
public interface NodeVisitor
A callback to travel through the whole node hierarchy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
call(Node node)
A callback to travel through the whole node hierarchy.
-
-
-
Method Detail
-
call
boolean call(Node node)
A callback to travel through the whole node hierarchy.- Parameters:
node
- Node being visited- Returns:
- Return false to stop traveling
-
-