Class OptionalBool
- java.lang.Object
-
- com.google.ar.sceneform.lullmodel.OptionalBool
-
public final class OptionalBool extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
name(int e)
-
-
-
Field Detail
-
Unset
public static final int Unset
Don't force the value on entity create.- See Also:
- Constant Field Values
-
True
public static final int True
Force the value to true when created.- See Also:
- Constant Field Values
-
False
public static final int False
Force the value to false when created.- See Also:
- Constant Field Values
-
names
public static final java.lang.String[] names
-
-