SetWeight
7/14/25Less than 1 minute
MLBoneDynamics.SetWeight(number w)
Control how physics blend with existing animation.
Parameters:
Name | Type | Description |
---|---|---|
w | number | The weight |
Usage
---@type MLBoneDynamics
local mlbonedynamics;
---@type number
local w;
mlbonedynamics.SetWeight(w)