Package org.robovm.apple.scenekit
Interface SCNActionable
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
SCNActionableAdapter,SCNNode,SCNReferenceNode
public interface SCNActionable extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description SCNActiongetAction(String key)NSArray<NSString>getActionKeys()booleanhasActions()voidremoveAction(String key)voidremoveAllActions()voidrunAction(SCNAction action)voidrunAction(SCNAction action, Runnable block)voidrunAction(SCNAction action, String key)voidrunAction(SCNAction action, String key, Runnable block)
-
Method Details
-
hasActions
boolean hasActions() -
getActionKeys
-
runAction
-
runAction
-
runAction
-
runAction
-
getAction
-
removeAction
-
removeAllActions
void removeAllActions()
-