Skip to content

Api > MLBoneDynamics > SetWeight()


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)