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