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