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