Skip to content

Commit 84a5ec0

Browse files
Site changes [skip-ci]
1 parent a187bf5 commit 84a5ec0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

_data/extensions/extension-spine_spine.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,31 @@
496496
],
497497
"returnvalues": [],
498498
"type": "FUNCTION"
499+
},
500+
{
501+
"description": "Apply a physics-based translation to the Spine model.",
502+
"examples": "",
503+
"name": "spine.physics_translate",
504+
"parameters": [
505+
{
506+
"doc": "The Spine model component to translate.",
507+
"name": "url",
508+
"types": [
509+
"string",
510+
"hash",
511+
"url"
512+
]
513+
},
514+
{
515+
"doc": "The translation vector to apply to the Spine model.",
516+
"name": "position",
517+
"types": [
518+
"vector3"
519+
]
520+
}
521+
],
522+
"returnvalues": [],
523+
"type": "FUNCTION"
499524
}
500525
],
501526
"info": {

0 commit comments

Comments
 (0)