public class VRPinchConfig
extends java.lang.Object
| Constructor and Description |
|---|
VRPinchConfig() |
| Modifier and Type | Method and Description |
|---|---|
float |
getDefaultValue() |
float |
getMax() |
float |
getMin() |
float |
getSensitivity() |
VRPinchConfig |
setDefaultValue(float defaultValue) |
VRPinchConfig |
setMax(float max) |
VRPinchConfig |
setMin(float min) |
VRPinchConfig |
setSensitivity(float mSensitivity) |
public VRPinchConfig setMax(float max)
public VRPinchConfig setMin(float min)
public VRPinchConfig setDefaultValue(float defaultValue)
public VRPinchConfig setSensitivity(float mSensitivity)
public float getSensitivity()
public float getMax()
public float getMin()
public float getDefaultValue()