We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80325d0 commit 29da9f8Copy full SHA for 29da9f8
docs/ScriptReference/Util/JCS_Animator.md
@@ -6,6 +6,8 @@ Animator utilities.
6
7
| Name | Description |
8
|:---------------|:----------------------------------------------------------------------|
9
+| HasParameter | Return true if the parameter exists. |
10
+| HasLayer | Return true if the layer exists in the aniamtor. |
11
+| HasState | Like `Animator.HasState` but make second paramter accepts the string. |
12
| SetLayerWeight | Sets the weight of the layer at the given name. |
13
| GetLayerWeight | Returns the weight of the layer at the specified name. |
-| HasState | Like `Animator.HasState` but make second paramter accepts the string. |
0 commit comments