Uses of Class
org.robovm.apple.spritekit.SKTileGroup
| Package | Description |
|---|---|
| org.robovm.apple.spritekit |
-
Uses of SKTileGroup in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return SKTileGroup Modifier and Type Method Description static SKTileGroupSKTileGroup. emptyTileGroup()SKTileGroupSKTileSet. getDefaultTileGroup()SKTileGroupSKTileMapNode. getTileGroup(long column, long row)Methods in org.robovm.apple.spritekit that return types with arguments of type SKTileGroup Modifier and Type Method Description NSArray<SKTileGroup>SKTileSet. getTileGroups()Methods in org.robovm.apple.spritekit with parameters of type SKTileGroup Modifier and Type Method Description voidSKTileMapNode. fill(SKTileGroup tileGroup)protected longSKTileMapNode. init(SKTileSet tileSet, long columns, long rows, CGSize tileSize, SKTileGroup tileGroup)voidSKTileSet. setDefaultTileGroup(SKTileGroup v)voidSKTileMapNode. setTileGroup(SKTileGroup tileGroup, long column, long row)voidSKTileMapNode. setTileGroup(SKTileGroup tileGroup, SKTileDefinition tileDefinition, long column, long row)Method parameters in org.robovm.apple.spritekit with type arguments of type SKTileGroup Modifier and Type Method Description protected longSKTileMapNode. init(SKTileSet tileSet, long columns, long rows, CGSize tileSize, NSArray<SKTileGroup> tileGroupLayout)protected longSKTileSet. init(NSArray<SKTileGroup> tileGroups)protected longSKTileSet. init(NSArray<SKTileGroup> tileGroups, SKTileSetType tileSetType)voidSKTileSet. setTileGroups(NSArray<SKTileGroup> v)Constructors in org.robovm.apple.spritekit with parameters of type SKTileGroup Constructor Description SKTileMapNode(SKTileSet tileSet, long columns, long rows, CGSize tileSize, SKTileGroup tileGroup)Constructor parameters in org.robovm.apple.spritekit with type arguments of type SKTileGroup Constructor Description SKTileMapNode(SKTileSet tileSet, long columns, long rows, CGSize tileSize, NSArray<SKTileGroup> tileGroupLayout)SKTileSet(NSArray<SKTileGroup> tileGroups)SKTileSet(NSArray<SKTileGroup> tileGroups, SKTileSetType tileSetType)