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