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