Skip to main content

Motor6DTransformer

Helps transform or modify a Motor6D's CFrame over time, on top of Roblox's animation stack.

Functions

FireFinished

Motor6DTransformer.FireFinished(selfMotor6DTransformer) → ()

Fires the Finished signal indicating to cleanup this transformer.

Show raw api
{
    "functions": [
        {
            "name": "FireFinished",
            "desc": "Fires the Finished signal indicating to cleanup this transformer.",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "Motor6DTransformer"
                }
            ],
            "returns": [],
            "function_type": "static",
            "source": {
                "line": 47,
                "path": "src/motor6d/src/Shared/Animation/Motor6DTransformer.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "Motor6DTransformer",
    "desc": "Helps transform or modify a Motor6D's CFrame over time, on top of Roblox's animation stack.",
    "source": {
        "line": 7,
        "path": "src/motor6d/src/Shared/Animation/Motor6DTransformer.lua"
    }
}