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