Uses of Class
org.robovm.apple.scenekit.SCNAnimation
| Package | Description |
|---|---|
| org.robovm.apple.scenekit |
-
Uses of SCNAnimation in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNAnimation Modifier and Type Method Description static SCNAnimationSCNAnimation. animationNamed(String animationName)SCNAnimationSCNAnimationPlayer. getAnimation()Methods in org.robovm.apple.scenekit that return types with arguments of type SCNAnimation Modifier and Type Method Description VoidBlock2<SCNAnimation,SCNAnimatable>SCNAnimation. getAnimationDidStart()VoidBlock3<SCNAnimation,SCNAnimatable,Boolean>SCNAnimation. getAnimationDidStop()Methods in org.robovm.apple.scenekit with parameters of type SCNAnimation Modifier and Type Method Description protected static longSCNAnimationPlayer. create(SCNAnimation animation)static CAAnimationCAAnimationExtensions. createCAAnimation(SCNAnimation animation)protected static CAAnimationCAAnimationExtensions. createCAAnimation(ObjCClass clazz, SCNAnimation animation)Method parameters in org.robovm.apple.scenekit with type arguments of type SCNAnimation Modifier and Type Method Description voidSCNAnimation. setAnimationDidStart(VoidBlock2<SCNAnimation,SCNAnimatable> v)voidSCNAnimation. setAnimationDidStop(VoidBlock3<SCNAnimation,SCNAnimatable,Boolean> v)Constructors in org.robovm.apple.scenekit with parameters of type SCNAnimation Constructor Description SCNAnimationPlayer(SCNAnimation animation)