Documentation
¶
Overview ¶
Package OpenXRBindingModifierEditor provides methods for working with OpenXRBindingModifierEditor object instances.
Index ¶
- type Advanced
- type Any
- type Extension
- func (self *Extension[T]) AsCanvasItem() CanvasItem.Instance
- func (self *Extension[T]) AsContainer() Container.Instance
- func (self *Extension[T]) AsControl() Control.Instance
- func (self *Extension[T]) AsNode() Node.Instance
- func (self *Extension[T]) AsObject() [1]gd.Object
- func (self *Extension[T]) AsOpenXRBindingModifierEditor() Instance
- func (self *Extension[T]) AsPanelContainer() PanelContainer.Instance
- type ID
- type Instance
- func (self Instance) AsCanvasItem() CanvasItem.Instance
- func (self Instance) AsContainer() Container.Instance
- func (self Instance) AsControl() Control.Instance
- func (self Instance) AsNode() Node.Instance
- func (self Instance) AsObject() [1]gd.Object
- func (self Instance) AsOpenXRBindingModifierEditor() Instance
- func (self Instance) AsPanelContainer() PanelContainer.Instance
- func (self Instance) GetBindingModifier() OpenXRBindingModifier.Instance
- func (self Instance) ID() ID
- func (self Instance) OnBindingModifierRemoved(cb func(binding_modifier_editor Object.Instance), flags ...Signal.Flags)
- func (self *Instance) SetObject(obj [1]gd.Object) bool
- func (self Instance) Setup(action_map OpenXRActionMap.Instance, ...)
- 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]) AsCanvasItem ¶
func (self *Extension[T]) AsCanvasItem() CanvasItem.Instance
func (*Extension[T]) AsContainer ¶
func (*Extension[T]) AsOpenXRBindingModifierEditor ¶
func (*Extension[T]) AsPanelContainer ¶
func (self *Extension[T]) AsPanelContainer() PanelContainer.Instance
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.OpenXRBindingModifierEditor
This is the default binding modifier editor used in the OpenXR action map.
var Nil Instance
Nil is a nil/null instance of the class. Equivalent to the zero value.
func (Instance) AsCanvasItem ¶
func (self Instance) AsCanvasItem() CanvasItem.Instance
func (Instance) AsContainer ¶
func (Instance) AsOpenXRBindingModifierEditor ¶
func (Instance) AsPanelContainer ¶
func (self Instance) AsPanelContainer() PanelContainer.Instance
func (Instance) GetBindingModifier ¶
func (self Instance) GetBindingModifier() OpenXRBindingModifier.Instance
Returns the [OpenXRBindingModifier] currently being edited.
func (Instance) OnBindingModifierRemoved ¶
func (Instance) Setup ¶
func (self Instance) Setup(action_map OpenXRActionMap.Instance, binding_modifier OpenXRBindingModifier.Instance)
Setup this editor for the provided [param action_map] and [param binding_modifier].