Skip to content

Commit

Permalink
chore: add summary
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Feb 22, 2024
1 parent 2baf00c commit e9d4f24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Runtime/Core/Scripts/Data/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ public enum Expression
Rage,
}

/// <summary>
/// This enumeration describes the different types of render poses.
/// These poses are only supported for fullbody avatars, for halfbody avatars this should be set to None.
/// </summary>
public enum RenderPose
{
None = -1,
Expand Down

0 comments on commit e9d4f24

Please sign in to comment.