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