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