Uses of Class
org.robovm.apple.spritekit.SKNode
| Package | Description |
|---|---|
| org.robovm.apple.arkit | |
| org.robovm.apple.gameplaykit | |
| org.robovm.apple.spritekit | |
| org.robovm.apple.uikit |
-
Uses of SKNode in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return SKNode Modifier and Type Method Description SKNodeARSKViewDelegate. getNodeForAnchor(ARSKView view, ARAnchor anchor)SKNodeARSKViewDelegateAdapter. getNodeForAnchor(ARSKView view, ARAnchor anchor)SKNodeARSKView. nodeForAnchor(ARAnchor anchor)Methods in org.robovm.apple.arkit with parameters of type SKNode Modifier and Type Method Description ARAnchorARSKView. anchorForNode(SKNode node)voidARSKViewDelegate. didAddNode(ARSKView view, SKNode node, ARAnchor anchor)voidARSKViewDelegateAdapter. didAddNode(ARSKView view, SKNode node, ARAnchor anchor)voidARSKViewDelegate. didRemoveNode(ARSKView view, SKNode node, ARAnchor anchor)voidARSKViewDelegateAdapter. didRemoveNode(ARSKView view, SKNode node, ARAnchor anchor)voidARSKViewDelegate. didUpdateNode(ARSKView view, SKNode node, ARAnchor anchor)voidARSKViewDelegateAdapter. didUpdateNode(ARSKView view, SKNode node, ARAnchor anchor)voidARSKViewDelegate. willUpdateNode(ARSKView view, SKNode node, ARAnchor anchor)voidARSKViewDelegateAdapter. willUpdateNode(ARSKView view, SKNode node, ARAnchor anchor) -
Uses of SKNode in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return SKNode Modifier and Type Method Description SKNodeGKSKNodeComponent. getNode()Methods in org.robovm.apple.gameplaykit with parameters of type SKNode Modifier and Type Method Description protected longGKSKNodeComponent. init(SKNode node)voidGKSKNodeComponent. setNode(SKNode v)Constructors in org.robovm.apple.gameplaykit with parameters of type SKNode Constructor Description GKSKNodeComponent(SKNode node) -
Uses of SKNode in org.robovm.apple.spritekit
Subclasses of SKNode in org.robovm.apple.spritekit Modifier and Type Class Description classSK3DNodeclassSKAudioNodeclassSKCameraNodeclassSKCropNodeclassSKEffectNodeclassSKEmitterNodeclassSKFieldNodeclassSKLabelNodeclassSKLightNodeclassSKReferenceNodeclassSKSceneclassSKShapeNodeclassSKSpriteNodeclassSKTileMapNodeclassSKTransformNodeclassSKVideoNodeMethods in org.robovm.apple.spritekit that return SKNode Modifier and Type Method Description SKNodeSKNode. getChild(String name)SKNodeSKScene. getListener()SKNodeSKCropNode. getMaskNode()SKNodeSKPhysicsBody. getNode()SKNodeSKNode. getNodeAtPoint(CGPoint p)SKNodeSKNode. getParent()SKNodeSKConstraint. getReferenceNode()SKNodeSKEmitterNode. getTargetNode()Methods in org.robovm.apple.spritekit that return types with arguments of type SKNode Modifier and Type Method Description NSArray<SKNode>SKNode. findNodesByName(String name)NSArray<SKNode>SKNode. getChildren()NSSet<SKNode>SKCameraNode. getContainedNodeSet()NSArray<SKNode>SKNode. getNodesAtPoint(CGPoint p)Methods in org.robovm.apple.spritekit with parameters of type SKNode Modifier and Type Method Description voidSKNode. addChild(SKNode node)booleanSKCameraNode. containsNode(SKNode node)CGPointSKNode. convertPointFromNode(CGPoint point, SKNode node)CGPointSKNode. convertPointToNode(CGPoint point, SKNode node)voidSKReferenceNode. didLoadReferenceNode(SKNode node)static SKConstraintSKConstraint. distanceToNode(SKRange range, SKNode node)static SKConstraintSKConstraint. distanceToPointInNode(SKRange range, CGPoint point, SKNode node)booleanSKNode. equalsTo(SKNode node)static CGPointUITouchExtensions. getLocationInNode(UITouch thiz, SKNode node)static CGPointUITouchExtensions. getPreviousLocationInNode(UITouch thiz, SKNode node)SKTextureSKView. getTextureFromNode(SKNode node)SKTextureSKView. getTextureFromNode(SKNode node, CGRect crop)voidSKNode. insertChild(SKNode node, long index)booleanSKNode. intersectsNode(SKNode node)booleanSKNode. isInParentHierarchy(SKNode parent)voidSKNode. moveToParent(SKNode parent)static SKConstraintSKConstraint. orientToNode(SKNode node, SKRange radians)static SKConstraintSKConstraint. orientToPointInNode(CGPoint point, SKNode node, SKRange radians)static SKActionSKAction. reachTo(CGPoint position, SKNode root, double duration)static SKActionSKAction. reachToNode(SKNode node, SKNode root, double sec)static SKActionSKAction. reachToNodeWithVelocity(SKNode node, SKNode root, double velocity)static SKActionSKAction. reachToWithVelocity(CGPoint position, SKNode root, double velocity)voidSKScene. setListener(SKNode v)voidSKCropNode. setMaskNode(SKNode v)voidSKConstraint. setReferenceNode(SKNode v)voidSKEmitterNode. setTargetNode(SKNode v)Method parameters in org.robovm.apple.spritekit with type arguments of type SKNode Modifier and Type Method Description protected static longSKAction. create(double duration, VoidBlock2<SKNode,Double> block)voidSKNode. enumerateChildNodes(String name, VoidBlock2<SKNode,BooleanPtr> block)voidSKNode. removeChildren(NSArray<SKNode> nodes)Constructor parameters in org.robovm.apple.spritekit with type arguments of type SKNode Constructor Description SKAction(double duration, VoidBlock2<SKNode,Double> block) -
Uses of SKNode in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit with parameters of type SKNode Modifier and Type Method Description CGPointUITouch. getLocationInNode(SKNode node)CGPointUITouch. getPreviousLocationInNode(SKNode node)