Uses of Class
org.robovm.apple.gameplaykit.GKBox
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKBox in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return GKBox Modifier and Type Method Description GKBoxGKOctreeNode. getBox()GKBoxGKBox. setBoxMax(VectorFloat3 boxMax)GKBoxGKBox. setBoxMin(VectorFloat3 boxMin)Methods in org.robovm.apple.gameplaykit with parameters of type GKBox Modifier and Type Method Description GKOctreeNodeGKOctree. addElement(ElementType element, GKBox box)NSArray<ElementType>GKOctree. elementsInBox(GKBox box)protected longGKOctree. init(GKBox box, float minCellSize)Constructors in org.robovm.apple.gameplaykit with parameters of type GKBox Constructor Description GKOctree(GKBox box, float minCellSize)