Documentation
¶
Overview ¶
The analog threshold binding modifier can modify a float input to a boolean input with specified thresholds.
See XR_VALVE_analog_threshold for in-depth details.
Index ¶
- type Advanced
- type Any
- type Extension
- func (self *Extension[T]) AsObject() [1]gd.Object
- func (self *Extension[T]) AsOpenXRActionBindingModifier() OpenXRActionBindingModifier.Instance
- func (self *Extension[T]) AsOpenXRAnalogThresholdModifier() Instance
- func (self *Extension[T]) AsOpenXRBindingModifier() OpenXRBindingModifier.Instance
- func (self *Extension[T]) AsRefCounted() [1]gd.RefCounted
- func (self *Extension[T]) AsResource() Resource.Instance
- type ID
- type Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsOpenXRActionBindingModifier() OpenXRActionBindingModifier.Instance
- func (self Instance) AsOpenXRAnalogThresholdModifier() Instance
- func (self Instance) AsOpenXRBindingModifier() OpenXRBindingModifier.Instance
- func (self Instance) AsRefCounted() [1]gd.RefCounted
- func (self Instance) AsResource() Resource.Instance
- func (self Instance) ID() ID
- func (self Instance) OffHaptic() OpenXRHapticBase.Instance
- func (self Instance) OffThreshold() Float.X
- func (self Instance) OnHaptic() OpenXRHapticBase.Instance
- func (self Instance) OnThreshold() Float.X
- func (self *Instance) SetObject(obj [1]gd.Object) bool
- func (self Instance) SetOffHaptic(value OpenXRHapticBase.Instance)
- func (self Instance) SetOffThreshold(value Float.X)
- func (self Instance) SetOnHaptic(value OpenXRHapticBase.Instance)
- func (self Instance) SetOnThreshold(value Float.X)
- func (self Instance) Virtual(name string) reflect.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Advanced ¶
type Advanced = class
Advanced exposes a 1:1 low-level instance of the class, undocumented, for those who know what they are doing.
type Extension ¶
Extension can be embedded in a new struct to create an extension of this class. T should be the type that is embedding this Extension
func (*Extension[T]) AsOpenXRActionBindingModifier ¶
func (self *Extension[T]) AsOpenXRActionBindingModifier() OpenXRActionBindingModifier.Instance
func (*Extension[T]) AsOpenXRAnalogThresholdModifier ¶
func (*Extension[T]) AsOpenXRBindingModifier ¶
func (self *Extension[T]) AsOpenXRBindingModifier() OpenXRBindingModifier.Instance
func (*Extension[T]) AsRefCounted ¶
func (self *Extension[T]) AsRefCounted() [1]gd.RefCounted
func (*Extension[T]) AsResource ¶
type ID ¶
ID is a typed object ID (reference) to an instance of this class, use it to store references to objects with unknown lifetimes, as an ID will not panic on use if the underlying object has been destroyed.
type Instance ¶
type Instance [1]gdclass.OpenXRAnalogThresholdModifier
Instance of the class with convieniently typed arguments and results.
var Nil Instance
Nil is a nil/null instance of the class. Equivalent to the zero value.
func (Instance) AsOpenXRActionBindingModifier ¶
func (self Instance) AsOpenXRActionBindingModifier() OpenXRActionBindingModifier.Instance
func (Instance) AsOpenXRAnalogThresholdModifier ¶
func (Instance) AsOpenXRBindingModifier ¶
func (self Instance) AsOpenXRBindingModifier() OpenXRBindingModifier.Instance
func (Instance) AsRefCounted ¶
func (self Instance) AsRefCounted() [1]gd.RefCounted
func (Instance) AsResource ¶
func (Instance) OffHaptic ¶
func (self Instance) OffHaptic() OpenXRHapticBase.Instance
Haptic pulse to emit when the user releases the input.
func (Instance) OffThreshold ¶
When our input value falls below this, our output becomes false.
func (Instance) OnHaptic ¶
func (self Instance) OnHaptic() OpenXRHapticBase.Instance
Haptic pulse to emit when the user presses the input.
func (Instance) OnThreshold ¶
When our input value is equal or larger than this value, our output becomes true. It stays true until it falls under the OffThreshold value.
func (Instance) SetOffHaptic ¶
func (self Instance) SetOffHaptic(value OpenXRHapticBase.Instance)
SetOffHaptic sets the property returned by [GetOffHaptic].
func (Instance) SetOffThreshold ¶
SetOffThreshold sets the property returned by [GetOffThreshold].
func (Instance) SetOnHaptic ¶
func (self Instance) SetOnHaptic(value OpenXRHapticBase.Instance)
SetOnHaptic sets the property returned by [GetOnHaptic].
func (Instance) SetOnThreshold ¶
SetOnThreshold sets the property returned by [GetOnThreshold].