Documentation
¶
Overview ¶
Package OpenXRAnalogThresholdModifier provides methods for working with OpenXRAnalogThresholdModifier object instances.
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
The analog threshold binding modifier can modify a float input to a boolean input with specified thresholds. See [url=https://registry.khronos.org/OpenXR/specs/1.1/html/xrspec.html#XR_VALVE_analog_threshold]XR_VALVE_analog_threshold[/url] for in-depth details.
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
func (Instance) OffThreshold ¶
func (Instance) OnHaptic ¶
func (self Instance) OnHaptic() OpenXRHapticBase.Instance
func (Instance) OnThreshold ¶
func (Instance) SetOffHaptic ¶
func (self Instance) SetOffHaptic(value OpenXRHapticBase.Instance)
func (Instance) SetOffThreshold ¶
func (Instance) SetOnHaptic ¶
func (self Instance) SetOnHaptic(value OpenXRHapticBase.Instance)