We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4670ad8 commit 711e046Copy full SHA for 711e046
_data/extensions/extension-spine_spine.json
@@ -521,6 +521,38 @@
521
],
522
"returnvalues": [],
523
"type": "FUNCTION"
524
+ },
525
+ {
526
+ "description": "Apply a physics-based rotation to the Spine model.",
527
+ "examples": "",
528
+ "name": "spine.physics_rotate",
529
+ "parameters": [
530
531
+ "doc": "The Spine model component to rotate.",
532
+ "name": "url",
533
+ "types": [
534
+ "string",
535
+ "hash",
536
+ "url"
537
+ ]
538
539
540
+ "doc": "The center point around which to rotate.",
541
+ "name": "center",
542
543
+ "vector3"
544
545
546
547
+ "doc": "The rotation angle in degrees.",
548
+ "name": "degrees",
549
550
+ "number"
551
552
+ }
553
+ ],
554
+ "returnvalues": [],
555
+ "type": "FUNCTION"
556
}
557
558
"info": {
0 commit comments