Uses of Class
org.robovm.apple.scenekit.SCNAnimationEvent
| Package | Description |
|---|---|
| org.robovm.apple.coreanimation | |
| org.robovm.apple.scenekit |
-
Uses of SCNAnimationEvent in org.robovm.apple.coreanimation
Methods in org.robovm.apple.coreanimation that return types with arguments of type SCNAnimationEvent Modifier and Type Method Description NSArray<SCNAnimationEvent>CAAnimation. getAnimationEvents()Method parameters in org.robovm.apple.coreanimation with type arguments of type SCNAnimationEvent Modifier and Type Method Description voidCAAnimation. setAnimationEvents(NSArray<SCNAnimationEvent> v) -
Uses of SCNAnimationEvent in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit that return SCNAnimationEvent Modifier and Type Method Description static SCNAnimationEventSCNAnimationEvent. create(double time, VoidBlock3<CAAnimation,NSObject,Boolean> eventBlock)Methods in org.robovm.apple.scenekit that return types with arguments of type SCNAnimationEvent Modifier and Type Method Description static NSArray<SCNAnimationEvent>CAAnimationExtensions. getAnimationEvents(CAAnimation thiz)NSArray<SCNAnimationEvent>SCNAnimation. getAnimationEvents()Method parameters in org.robovm.apple.scenekit with type arguments of type SCNAnimationEvent Modifier and Type Method Description static voidCAAnimationExtensions. setAnimationEvents(CAAnimation thiz, NSArray<SCNAnimationEvent> v)voidSCNAnimation. setAnimationEvents(NSArray<SCNAnimationEvent> v)