中文
Appearance
AnimationMask.SetMaskByPath(path, mask)
AnimationMask
设置指定路径的骨骼在蒙版中的活动状态。
路径使用 "/" 分割。
string
Boolean
void
let mask = Resources.Load<AnimationMask>(AnimationMask, "assetsID"); mask.GetMaskByPath("path",true);