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