Uses of Class
org.robovm.apple.spritekit.SKTileDefinition
| Package | Description |
|---|---|
| org.robovm.apple.spritekit |
-
Uses of SKTileDefinition in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return SKTileDefinition Modifier and Type Method Description SKTileDefinitionSKTileMapNode. getTileDefinition(long column, long row)Methods in org.robovm.apple.spritekit that return types with arguments of type SKTileDefinition Modifier and Type Method Description NSArray<SKTileDefinition>SKTileGroupRule. getTileDefinitions()Methods in org.robovm.apple.spritekit with parameters of type SKTileDefinition Modifier and Type Method Description protected longSKTileGroup. init(SKTileDefinition tileDefinition)voidSKTileMapNode. setTileGroup(SKTileGroup tileGroup, SKTileDefinition tileDefinition, long column, long row)Method parameters in org.robovm.apple.spritekit with type arguments of type SKTileDefinition Modifier and Type Method Description protected longSKTileGroupRule. init(SKTileAdjacencyMask adjacency, NSArray<SKTileDefinition> tileDefinitions)voidSKTileGroupRule. setTileDefinitions(NSArray<SKTileDefinition> v)Constructors in org.robovm.apple.spritekit with parameters of type SKTileDefinition Constructor Description SKTileGroup(SKTileDefinition tileDefinition)Constructor parameters in org.robovm.apple.spritekit with type arguments of type SKTileDefinition Constructor Description SKTileGroupRule(SKTileAdjacencyMask adjacency, NSArray<SKTileDefinition> tileDefinitions)