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