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