Skip to content

Commit 711e046

Browse files
Site changes [skip-ci]
1 parent 4670ad8 commit 711e046

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

_data/extensions/extension-spine_spine.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,38 @@
521521
],
522522
"returnvalues": [],
523523
"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+
"types": [
543+
"vector3"
544+
]
545+
},
546+
{
547+
"doc": "The rotation angle in degrees.",
548+
"name": "degrees",
549+
"types": [
550+
"number"
551+
]
552+
}
553+
],
554+
"returnvalues": [],
555+
"type": "FUNCTION"
524556
}
525557
],
526558
"info": {

0 commit comments

Comments
 (0)