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 a187bf5 commit 84a5ec0Copy full SHA for 84a5ec0
_data/extensions/extension-spine_spine.json
@@ -496,6 +496,31 @@
496
],
497
"returnvalues": [],
498
"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
518
+ "vector3"
519
520
+ }
521
+ ],
522
+ "returnvalues": [],
523
+ "type": "FUNCTION"
524
}
525
526
"info": {
0 commit comments