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