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