init(name:jointWeights:)
Creates a blend mask with the specified parameters.
Declaration
init(name: String, jointWeights: [String : Float])Parameters
- name:
The unique name of the blend mask within the skeleton
- jointWeights:
Dictionary of joint weights keyed by joint name (0-1 range). Joints not in dictionary default to 1.0 (full animation effect).