Class AxisSystem
- java.lang.Object
 - 
- com.google.ar.sceneform.lullmodel.AxisSystem
 
 
- 
public final class AxisSystem extends java.lang.ObjectList of different ways to interpret the orientation axis of an asset when importing it. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]namesstatic intUnspecifiedstatic intXUp_YBack_ZLeftstatic intXUp_YBack_ZRightstatic intXUp_YFront_ZLeftstatic intXUp_YFront_ZRightstatic intXUp_ZBack_YLeftstatic intXUp_ZBack_YRightstatic intXUp_ZFront_YLeftstatic intXUp_ZFront_YRightstatic intYUp_XBack_ZLeftstatic intYUp_XBack_ZRightstatic intYUp_XFront_ZLeftstatic intYUp_XFront_ZRightstatic intYUp_ZBack_XLeftstatic intYUp_ZBack_XRightstatic intYUp_ZFront_XLeftstatic intYUp_ZFront_XRightstatic intZUp_XBack_YLeftstatic intZUp_XBack_YRightstatic intZUp_XFront_YLeftstatic intZUp_XFront_YRightstatic intZUp_YBack_XLeftstatic intZUp_YBack_XRightstatic intZUp_YFront_XLeftstatic intZUp_YFront_XRight 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringname(int e) 
 - 
 
- 
- 
Field Detail
- 
Unspecified
public static final int Unspecified
- See Also:
 - Constant Field Values
 
 
- 
XUp_YFront_ZLeft
public static final int XUp_YFront_ZLeft
- See Also:
 - Constant Field Values
 
 
- 
XUp_YFront_ZRight
public static final int XUp_YFront_ZRight
- See Also:
 - Constant Field Values
 
 
- 
XUp_YBack_ZLeft
public static final int XUp_YBack_ZLeft
- See Also:
 - Constant Field Values
 
 
- 
XUp_YBack_ZRight
public static final int XUp_YBack_ZRight
- See Also:
 - Constant Field Values
 
 
- 
XUp_ZFront_YLeft
public static final int XUp_ZFront_YLeft
- See Also:
 - Constant Field Values
 
 
- 
XUp_ZFront_YRight
public static final int XUp_ZFront_YRight
- See Also:
 - Constant Field Values
 
 
- 
XUp_ZBack_YLeft
public static final int XUp_ZBack_YLeft
- See Also:
 - Constant Field Values
 
 
- 
XUp_ZBack_YRight
public static final int XUp_ZBack_YRight
- See Also:
 - Constant Field Values
 
 
- 
YUp_XFront_ZLeft
public static final int YUp_XFront_ZLeft
- See Also:
 - Constant Field Values
 
 
- 
YUp_XFront_ZRight
public static final int YUp_XFront_ZRight
- See Also:
 - Constant Field Values
 
 
- 
YUp_XBack_ZLeft
public static final int YUp_XBack_ZLeft
- See Also:
 - Constant Field Values
 
 
- 
YUp_XBack_ZRight
public static final int YUp_XBack_ZRight
- See Also:
 - Constant Field Values
 
 
- 
YUp_ZFront_XLeft
public static final int YUp_ZFront_XLeft
- See Also:
 - Constant Field Values
 
 
- 
YUp_ZFront_XRight
public static final int YUp_ZFront_XRight
- See Also:
 - Constant Field Values
 
 
- 
YUp_ZBack_XLeft
public static final int YUp_ZBack_XLeft
- See Also:
 - Constant Field Values
 
 
- 
YUp_ZBack_XRight
public static final int YUp_ZBack_XRight
- See Also:
 - Constant Field Values
 
 
- 
ZUp_XFront_YLeft
public static final int ZUp_XFront_YLeft
- See Also:
 - Constant Field Values
 
 
- 
ZUp_XFront_YRight
public static final int ZUp_XFront_YRight
- See Also:
 - Constant Field Values
 
 
- 
ZUp_XBack_YLeft
public static final int ZUp_XBack_YLeft
- See Also:
 - Constant Field Values
 
 
- 
ZUp_XBack_YRight
public static final int ZUp_XBack_YRight
- See Also:
 - Constant Field Values
 
 
- 
ZUp_YFront_XLeft
public static final int ZUp_YFront_XLeft
- See Also:
 - Constant Field Values
 
 
- 
ZUp_YFront_XRight
public static final int ZUp_YFront_XRight
- See Also:
 - Constant Field Values
 
 
- 
ZUp_YBack_XLeft
public static final int ZUp_YBack_XLeft
- See Also:
 - Constant Field Values
 
 
- 
ZUp_YBack_XRight
public static final int ZUp_YBack_XRight
- See Also:
 - Constant Field Values
 
 
- 
names
public static final java.lang.String[] names
 
 - 
 
 -