Uses of Class
org.robovm.apple.spritekit.SKAttributeType
| Package | Description |
|---|---|
| org.robovm.apple.spritekit |
-
Uses of SKAttributeType in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return SKAttributeType Modifier and Type Method Description SKAttributeTypeSKAttribute. getType()static SKAttributeTypeSKAttributeType. valueOf(long n)Returns the enum constant of this type with the specified name.static SKAttributeTypeSKAttributeType. valueOf(String name)Returns the enum constant of this type with the specified name.static SKAttributeType[]SKAttributeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.spritekit with parameters of type SKAttributeType Modifier and Type Method Description protected longSKAttribute. init(String name, SKAttributeType type)Constructors in org.robovm.apple.spritekit with parameters of type SKAttributeType Constructor Description SKAttribute(String name, SKAttributeType type)