Uses of Class
org.robovm.apple.spritekit.SKAttributeValue
| Package | Description |
|---|---|
| org.robovm.apple.spritekit |
-
Uses of SKAttributeValue in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return SKAttributeValue Modifier and Type Method Description SKAttributeValueSKEffectNode. valueForAttribute(String key)SKAttributeValueSKEmitterNode. valueForAttribute(String key)SKAttributeValueSKSpriteNode. valueForAttribute(String key)SKAttributeValueSKNode. valueForAttributeNamed(String key)Deprecated.Deprecated in iOS 10.0.SKAttributeValueSKShapeNode. valueForAttributeNamed(String key)SKAttributeValueSKTileMapNode. valueForAttributeNamed(String key)Methods in org.robovm.apple.spritekit that return types with arguments of type SKAttributeValue Modifier and Type Method Description NSDictionary<NSString,SKAttributeValue>SKEffectNode. getAttributeValues()NSDictionary<NSString,SKAttributeValue>SKEmitterNode. getAttributeValues()NSDictionary<NSString,SKAttributeValue>SKNode. getAttributeValues()Deprecated.Deprecated in iOS 10.0.NSDictionary<NSString,SKAttributeValue>SKShapeNode. getAttributeValues()NSDictionary<NSString,SKAttributeValue>SKSpriteNode. getAttributeValues()NSDictionary<NSString,SKAttributeValue>SKTileMapNode. getAttributeValues()Methods in org.robovm.apple.spritekit with parameters of type SKAttributeValue Modifier and Type Method Description voidSKNode. setValue(SKAttributeValue value, String key)Deprecated.Deprecated in iOS 10.0.voidSKShapeNode. setValue(SKAttributeValue value, String key)voidSKTileMapNode. setValue(SKAttributeValue value, String key)voidSKEffectNode. setValueForAttribute(SKAttributeValue value, String key)voidSKEmitterNode. setValueForAttribute(SKAttributeValue value, String key)voidSKSpriteNode. setValueForAttribute(SKAttributeValue value, String key)Method parameters in org.robovm.apple.spritekit with type arguments of type SKAttributeValue Modifier and Type Method Description voidSKEffectNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)voidSKEmitterNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)voidSKNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)Deprecated.Deprecated in iOS 10.0.voidSKShapeNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)voidSKSpriteNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)voidSKTileMapNode. setAttributeValues(NSDictionary<NSString,SKAttributeValue> v)