Class VariantDef
- java.lang.Object
-
- com.google.ar.sceneform.lullmodel.VariantDef
-
public final class VariantDef extends java.lang.Object
A variant type that can be converted into a lull::Variant.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
DataBool
static byte
DataBytes
static byte
DataFloat
static byte
DataHashValue
static byte
DataInt
static byte
DataQuat
static byte
DataString
static byte
DataVec2
static byte
DataVec3
static byte
DataVec4
static java.lang.String[]
names
static byte
NONE
static byte
VariantArrayDef
static byte
VariantMapDef
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
name(int e)
-
-
-
Field Detail
-
NONE
public static final byte NONE
- See Also:
- Constant Field Values
-
DataBool
public static final byte DataBool
- See Also:
- Constant Field Values
-
DataInt
public static final byte DataInt
- See Also:
- Constant Field Values
-
DataFloat
public static final byte DataFloat
- See Also:
- Constant Field Values
-
DataString
public static final byte DataString
- See Also:
- Constant Field Values
-
DataHashValue
public static final byte DataHashValue
- See Also:
- Constant Field Values
-
DataVec2
public static final byte DataVec2
- See Also:
- Constant Field Values
-
DataVec3
public static final byte DataVec3
- See Also:
- Constant Field Values
-
DataVec4
public static final byte DataVec4
- See Also:
- Constant Field Values
-
DataQuat
public static final byte DataQuat
- See Also:
- Constant Field Values
-
DataBytes
public static final byte DataBytes
- See Also:
- Constant Field Values
-
VariantArrayDef
public static final byte VariantArrayDef
- See Also:
- Constant Field Values
-
VariantMapDef
public static final byte VariantMapDef
- See Also:
- Constant Field Values
-
names
public static final java.lang.String[] names
-
-