Skip to content

Commit

Permalink
Now that parameters are documented, update the list to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuma committed Jul 14, 2020
1 parent 9f5ae1b commit 368e328
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Scripts/LyumaAv3Runtime.cs
Original file line number Diff line number Diff line change
@@ -99,17 +99,17 @@ public enum GestureIndex {
public GestureIndex GestureRight;
[Range(0, 1)] public float GestureRightWeight;
public Vector3 Velocity;
[Range(-1, 1)] public float AngularY; // Not documented
[Range(-1, 1)] public float Upright; // Not documented
[Range(-1, 1)] public float GroundProximity; // Not documented
public int LocomotionMode; // Not documented
[Range(-1, 1)] public float AngularY;
[Range(0, 1)] public float Upright;
[Range(-1, 1)] public float GroundProximity; // Not implemented
private int LocomotionMode; // Does not exist.
public bool Grounded;
private bool PrevSeated;
public bool Seated;
public bool AFK;
//TODO:
public bool Supine; // Not documented
public bool FootstepDisable; // Not documented
public bool Supine; // Not implemented
private bool FootstepDisable; // Does not exist.

[Header("Output State (Read-only)")]
public bool IsLocal;

0 comments on commit 368e328

Please sign in to comment.