Uses of Class
org.robovm.apple.gameplaykit.GKGraphNode2D
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKGraphNode2D in org.robovm.apple.gameplaykit
Classes in org.robovm.apple.gameplaykit with type parameters of type GKGraphNode2D Modifier and Type Class Description classGKMeshGraph<NodeType extends GKGraphNode2D>static classGKMeshGraph.GKMeshGraphPtr<NodeType extends GKGraphNode2D>classGKObstacleGraph<NodeType extends GKGraphNode2D>static classGKObstacleGraph.GKObstacleGraphPtr<NodeType extends GKGraphNode2D>Methods in org.robovm.apple.gameplaykit that return types with arguments of type GKGraphNode2D Modifier and Type Method Description NSArray<GKGraphNode2D>GKObstacleGraph. getNodesForObstacle(GKPolygonObstacle obstacle)Method parameters in org.robovm.apple.gameplaykit with type arguments of type GKGraphNode2D Modifier and Type Method Description protected longGKPath. init(NSArray<GKGraphNode2D> graphNodes, float radius)Constructor parameters in org.robovm.apple.gameplaykit with type arguments of type GKGraphNode2D Constructor Description GKPath(NSArray<GKGraphNode2D> graphNodes, float radius)