NodeVisitor
NodeVisitor delegate
전체 노드 계층을 통해 이동하는 콜백입니다.
public delegate bool NodeVisitor(Node node);
모수 | 유형 | 설명 |
---|---|---|
node | Node | 방문 중인 노드 |
반환 값
여행을 중지하려면 false를 반환합니다.
또한보십시오
- class Node
- 네임스페이스 Aspose.ThreeD
- 집회 Aspose.3D
전체 노드 계층을 통해 이동하는 콜백입니다.
public delegate bool NodeVisitor(Node node);
모수 | 유형 | 설명 |
---|---|---|
node | Node | 방문 중인 노드 |
여행을 중지하려면 false를 반환합니다.