mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
rule -> role
This commit is contained in:
parent
16bb992d8d
commit
866bec0b34
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ public:
|
|||
* restoreRoleAnimation() is used to restore a specified animation role's default animation clip. If you have not specified an override animation
|
||||
* for the specified role, this function will have no effect.
|
||||
* @function MyAvatar.restoreRoleAnimation
|
||||
* @param rule {string} The animation role clip to restore
|
||||
* @param role {string} The animation role clip to restore
|
||||
*/
|
||||
Q_INVOKABLE void restoreRoleAnimation(const QString& role);
|
||||
|
||||
|
|
Loading…
Reference in a new issue