mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #12679 from FlameSoulis/getAnimatationRoles-fix
Typo corrected: getAnimatationRoles to getAnimationRoles
This commit is contained in:
commit
7bcaa12c50
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ public:
|
|||
* (such as look at vectors, hand sensors etc.). Each animation specified in the avatar-animation.json file is known as an animation role.
|
||||
* Animation roles map to easily understandable actions that the avatar can perform, such as "idleStand", "idleTalk", or "walkFwd."
|
||||
* getAnimationRoles() is used get the list of animation roles defined in the avatar-animation.json.
|
||||
* @function MyAvatar.getAnimatationRoles
|
||||
* @function MyAvatar.getAnimationRoles
|
||||
* @example <caption>This example prints the list of animation roles defined in the avatar's avatar-animation.json file to the debug log.</caption>
|
||||
* var roles = MyAvatar.getAnimationRoles();
|
||||
* print("Animation Roles:");
|
||||
|
|
Loading…
Reference in a new issue