概要
Expression Parameters以外にVRChat側で設定されているアニメーションに使用できるパラメータです。
パラメータ
| 変数名 | 説明 | 変数型 | 同期 |
|---|---|---|---|
| IsLocal | アバターがローカルで着用されている場合はTrue, それ以外はFalse | Bool | なし |
| Viseme | Oclus viseme Index. (Jawbone/Jawflapを使用している場合は値は音量を示しています。) | Int | 音声入力 |
| GuestureLeft | 左手コントローラーからのジェスチャー (0-7) | Int | IK |
| GuestureRight | 右手コントローラーからのジェスチャー (0-7) | Int | IK |
| GestureLeftWeight | 左アナログトリガー (0.0-1.0) | Float | IK |
| GestureRightWeight | 右アナログトリガー (0.0-1.0) | Float | IK |
| AngularY | Y軸の角速度 | Float | IK |
| VelocityX | 横方向の移動速度 (m/sec) | Float | IK |
| VelocityY | 垂直方向の移動速度 (m/sec) | Float | IK |
| VelocityZ | 前進速度 (m/sec) | Float | IK |
| Upright | 直立度?0は傾いており、1は直立している | Float | IK |
| Grounded | プレイヤーが接地している場合はTrue | Bool | IK |
| Seated | ステーション(椅子?)にいる場合はTrue | Bool | IK |
| AFK | AFKしているか否か。(HMDの近接センサーやEndキー) | Bool | IK |
| TrackingType | トラッキングタイプ | Int | Playable |
| VRMode | VRであるばあいは1,そうでない場合は0 | Int | IK |
| MuteSelf | ユーザー自身をミュートにしている場合はTrue | Bool | Playable |
| InStation | ステーション(椅子?)にいる場合はTrue | Bool | IK |
これ以外にもExpression Parametersというユーザーが独自に設定できる変数があります。