Uses of Class
org.robovm.apple.spritekit.SKShapeNode
| Package | Description |
|---|---|
| org.robovm.apple.spritekit |
-
Uses of SKShapeNode in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return SKShapeNode Modifier and Type Method Description static SKShapeNodeSKShapeNode. createCircle(double radius)static SKShapeNodeSKShapeNode. createEllipse(CGRect rect)static SKShapeNodeSKShapeNode. createEllipse(CGSize size)static SKShapeNodeSKShapeNode. createPath(CGPath path)static SKShapeNodeSKShapeNode. createPath(CGPath path, boolean centered)static SKShapeNodeSKShapeNode. createRect(CGRect rect)static SKShapeNodeSKShapeNode. createRect(CGRect rect, double cornerRadius)static SKShapeNodeSKShapeNode. createRect(CGSize size)static SKShapeNodeSKShapeNode. createRect(CGSize size, double cornerRadius)static SKShapeNodeSKShapeNode. createWithPoints(CGPoint points, long numPoints)static SKShapeNodeSKShapeNode. createWithSplinePoints(CGPoint points, long numPoints)