-
Methods in org.robovm.apple.spritekit with parameters of type SKTexture
| Modifier and Type |
Method |
Description |
protected static long |
SKMutableTexture.create(CGRect rect,
SKTexture texture) |
|
protected static long |
SKSpriteNode.create(SKTexture texture,
CGSize size) |
|
protected static long |
SKSpriteNode.create(SKTexture texture,
SKTexture normalMap) |
|
protected static long |
SKTexture.create(CGRect rect,
SKTexture texture) |
|
static SKFieldNode |
SKFieldNode.createVelocityField(SKTexture velocityTexture) |
|
static SKPhysicsBody |
SKPhysicsBody.createWithTexture(SKTexture texture,
float alphaThreshold,
CGSize size) |
|
static SKPhysicsBody |
SKPhysicsBody.createWithTexture(SKTexture texture,
CGSize size) |
|
protected long |
SKSpriteNode.init(SKTexture texture) |
|
protected long |
SKSpriteNode.init(SKTexture texture,
UIColor color,
CGSize size) |
|
protected long |
SKTileDefinition.init(SKTexture texture) |
|
protected long |
SKTileDefinition.init(SKTexture texture,
CGSize size) |
|
protected long |
SKTileDefinition.init(SKTexture texture,
SKTexture normalTexture,
CGSize size) |
|
protected long |
SKUniform.init(String name,
SKTexture texture) |
|
void |
SKShapeNode.setFillTexture(SKTexture v) |
|
static SKAction |
SKAction.setNormalTexture(SKTexture texture) |
|
static SKAction |
SKAction.setNormalTexture(SKTexture texture,
boolean resize) |
|
void |
SKSpriteNode.setNormalTexture(SKTexture v) |
|
void |
SKEmitterNode.setParticleTexture(SKTexture v) |
|
void |
SKShapeNode.setStrokeTexture(SKTexture v) |
|
static SKAction |
SKAction.setTexture(SKTexture texture) |
|
static SKAction |
SKAction.setTexture(SKTexture texture,
boolean resize) |
|
void |
SKFieldNode.setTexture(SKTexture v) |
|
void |
SKSpriteNode.setTexture(SKTexture v) |
|
void |
SKUniform.setTextureValue(SKTexture v) |
|
Method parameters in org.robovm.apple.spritekit with type arguments of type SKTexture
| Modifier and Type |
Method |
Description |
static SKAction |
SKAction.animateFrames(NSArray<SKTexture> textures,
double sec) |
|
static SKAction |
SKAction.animateFrames(NSArray<SKTexture> textures,
double sec,
boolean resize,
boolean restore) |
|
static SKAction |
SKAction.animateNormalFrames(NSArray<SKTexture> textures,
double sec) |
|
static SKAction |
SKAction.animateNormalFrames(NSArray<SKTexture> textures,
double sec,
boolean resize,
boolean restore) |
|
protected long |
SKTileDefinition.init(NSArray<SKTexture> textures,
CGSize size,
double timePerFrame) |
|
protected long |
SKTileDefinition.init(NSArray<SKTexture> textures,
NSArray<SKTexture> normalTextures,
CGSize size,
double timePerFrame) |
|
static void |
SKMutableTexture.preloadTextures(NSArray<SKTexture> textures,
Runnable completionHandler) |
|
static void |
SKTexture.preloadTextures(NSArray<SKTexture> textures,
Runnable completionHandler) |
|
void |
SKTileDefinition.setNormalTextures(NSArray<SKTexture> v) |
|
void |
SKTileDefinition.setTextures(NSArray<SKTexture> v) |
|
Constructors in org.robovm.apple.spritekit with parameters of type SKTexture
| Constructor |
Description |
SKMutableTexture(CGRect rect,
SKTexture texture) |
|
SKSpriteNode(SKTexture texture) |
|
SKSpriteNode(SKTexture texture,
CGSize size) |
|
SKSpriteNode(SKTexture texture,
SKTexture normalMap) |
|
SKSpriteNode(SKTexture texture,
UIColor color,
CGSize size) |
|
SKTexture(CGRect rect,
SKTexture texture) |
|
SKTileDefinition(SKTexture texture) |
|
SKTileDefinition(SKTexture texture,
CGSize size) |
|
SKTileDefinition(SKTexture texture,
SKTexture normalTexture,
CGSize size) |
|
SKUniform(String name,
SKTexture texture) |
|