Uses of Class
org.robovm.apple.gameplaykit.GKPolygonObstacle
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKPolygonObstacle in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return types with arguments of type GKPolygonObstacle Modifier and Type Method Description NSArray<GKPolygonObstacle>GKMeshGraph. getObstacles()NSArray<GKPolygonObstacle>GKObstacleGraph. getObstacles()Methods in org.robovm.apple.gameplaykit with parameters of type GKPolygonObstacle Modifier and Type Method Description NSArray<GKGraphNode2D>GKObstacleGraph. getNodesForObstacle(GKPolygonObstacle obstacle)Method parameters in org.robovm.apple.gameplaykit with type arguments of type GKPolygonObstacle Modifier and Type Method Description voidGKMeshGraph. addObstacles(NSArray<GKPolygonObstacle> obstacles)voidGKObstacleGraph. addObstacles(NSArray<GKPolygonObstacle> obstacles)voidGKObstacleGraph. connectNodeIgnoringBufferRadiusOfObstacles(NodeType node, NSArray<GKPolygonObstacle> obstaclesBufferRadiusToIgnore)voidGKObstacleGraph. connectNodeIgnoringObstacles(NodeType node, NSArray<GKPolygonObstacle> obstaclesToIgnore)protected longGKObstacleGraph. init(NSArray<GKPolygonObstacle> obstacles, float bufferRadius)protected longGKObstacleGraph. init(NSArray<GKPolygonObstacle> obstacles, float bufferRadius, Class<?> nodeClass)voidGKMeshGraph. removeObstacles(NSArray<GKPolygonObstacle> obstacles)voidGKObstacleGraph. removeObstacles(NSArray<GKPolygonObstacle> obstacles)Constructor parameters in org.robovm.apple.gameplaykit with type arguments of type GKPolygonObstacle Constructor Description GKObstacleGraph(NSArray<GKPolygonObstacle> obstacles, float bufferRadius)GKObstacleGraph(NSArray<GKPolygonObstacle> obstacles, float bufferRadius, Class<?> nodeClass)