Uses of Class
org.blender.dna.XrActionMapBinding
-
Packages that use XrActionMapBinding Package Description org.blender.dna -
-
Uses of XrActionMapBinding in org.blender.dna
Methods in org.blender.dna that return types with arguments of type XrActionMapBinding Modifier and Type Method Description CPointer<XrActionMapBinding>
XrActionMapBinding. __io__addressof()
Instantiates a pointer on this instance.CPointer<XrActionMapBinding>
XrActionMapBinding. getNext()
Get method for struct member 'next'.CPointer<XrActionMapBinding>
XrActionMapBinding. getPrev()
Get method for struct member 'prev'.Method parameters in org.blender.dna with type arguments of type XrActionMapBinding Modifier and Type Method Description void
XrActionMapBinding. setNext(CPointer<XrActionMapBinding> next)
Set method for struct member 'next'.void
XrActionMapBinding. setPrev(CPointer<XrActionMapBinding> prev)
Set method for struct member 'prev'.Constructors in org.blender.dna with parameters of type XrActionMapBinding Constructor Description XrActionMapBinding(XrActionMapBinding that)
-