Format
typescript
AnimationMask.GetMask(value)class: AnimationMask
Description
Get whether the specified bone with the given name is active in the mask.
Parameters
| param_name | type | description |
|---|---|---|
| value | string |
Return
| type | description |
|---|---|
Boolean | Whether the bone is active. |
Code Example
typescript
let uuid = "B7C290F534D8456601A72E000D30C9B5";
let mask = Resources.Load<AnimationMask>(AnimationMask, uuid);
mask.GetMask("name");