Uses of Class
org.blender.dna.TransformOrientationSlot
-
Packages that use TransformOrientationSlot Package Description org.blender.dna -
-
Uses of TransformOrientationSlot in org.blender.dna
Methods in org.blender.dna that return types with arguments of type TransformOrientationSlot Modifier and Type Method Description CPointer<TransformOrientationSlot>
TransformOrientationSlot. __io__addressof()
Instantiates a pointer on this instance.CArrayFacade<TransformOrientationSlot>
Scene. getOrientation_slots()
Get method for struct member 'orientation_slots'.Method parameters in org.blender.dna with type arguments of type TransformOrientationSlot Modifier and Type Method Description void
Scene. setOrientation_slots(CArrayFacade<TransformOrientationSlot> orientation_slots)
Set method for struct member 'orientation_slots'.Constructors in org.blender.dna with parameters of type TransformOrientationSlot Constructor Description TransformOrientationSlot(TransformOrientationSlot that)
-