-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathSkeletonBone.java
More file actions
41 lines (36 loc) · 2.02 KB
/
SkeletonBone.java
File metadata and controls
41 lines (36 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// automatically generated by the FlatBuffers compiler, do not modify
package solarxr_protocol.rpc;
@SuppressWarnings("unused")
public final class SkeletonBone {
private SkeletonBone() { }
public static final int NONE = 0;
public static final int HEAD = 1;
public static final int NECK = 2;
public static final int CHEST = 3;
public static final int CHEST_OFFSET = 4;
public static final int WAIST = 5;
public static final int HIP = 6;
public static final int HIP_OFFSET = 7;
public static final int HIPS_WIDTH = 8;
public static final int UPPER_LEG = 9;
public static final int LOWER_LEG = 10;
public static final int FOOT_LENGTH = 11;
public static final int FOOT_SHIFT = 12;
public static final int SKELETON_OFFSET = 13;
public static final int SHOULDERS_DISTANCE = 14;
public static final int SHOULDERS_WIDTH = 15;
public static final int UPPER_ARM = 16;
public static final int LOWER_ARM = 17;
public static final int HAND_Y = 18;
public static final int HAND_Z = 19;
public static final int ELBOW_OFFSET = 20;
public static final int UPPER_CHEST = 21;
public static final int LEFT_TOES_ABDUCTOR_HALLUCIS = 22;
public static final int LEFT_TOES_DIGITORUM_BREVIS = 23;
public static final int LEFT_TOES_ABDUCTOR_DIGITI_MINIMI = 24;
public static final int RIGHT_TOES_ABDUCTOR_HALLUCIS = 25;
public static final int RIGHT_TOES_DIGITORUM_BREVIS = 26;
public static final int RIGHT_TOES_ABDUCTOR_DIGITI_MINIMI = 27;
public static final String[] names = { "NONE", "HEAD", "NECK", "CHEST", "CHEST_OFFSET", "WAIST", "HIP", "HIP_OFFSET", "HIPS_WIDTH", "UPPER_LEG", "LOWER_LEG", "FOOT_LENGTH", "FOOT_SHIFT", "SKELETON_OFFSET", "SHOULDERS_DISTANCE", "SHOULDERS_WIDTH", "UPPER_ARM", "LOWER_ARM", "HAND_Y", "HAND_Z", "ELBOW_OFFSET", "UPPER_CHEST", "LEFT_TOES_ABDUCTOR_HALLUCIS", "LEFT_TOES_DIGITORUM_BREVIS", "LEFT_TOES_ABDUCTOR_DIGITI_MINIMI", "RIGHT_TOES_ABDUCTOR_HALLUCIS", "RIGHT_TOES_DIGITORUM_BREVIS", "RIGHT_TOES_ABDUCTOR_DIGITI_MINIMI", };
public static String name(int e) { return names[e]; }
}