Show raw api
{
"functions": [
{
"name": "Push",
"desc": "Pushes a Motor6DTransformer onto the animation stack.",
"params": [
{
"name": "self",
"desc": "",
"lua_type": "Motor6DAnimator"
},
{
"name": "transformer",
"desc": "The transformer to push.",
"lua_type": "Motor6DTransformer"
}
],
"returns": [
{
"desc": "A function to remove the transformer from the stack.",
"lua_type": "() -> ()"
}
],
"function_type": "static",
"source": {
"line": 56,
"path": "src/motor6d/src/Shared/Animation/Motor6DAnimator.lua"
}
}
],
"properties": [],
"types": [],
"name": "Motor6DAnimator",
"desc": "",
"source": {
"line": 5,
"path": "src/motor6d/src/Shared/Animation/Motor6DAnimator.lua"
}
}