Uses of Class
org.blender.dna.MLoopTri
-
Packages that use MLoopTri Package Description org.blender.dna -
-
Uses of MLoopTri in org.blender.dna
Methods in org.blender.dna that return types with arguments of type MLoopTri Modifier and Type Method Description CPointer<MLoopTri>
MLoopTri. __io__addressof()
Instantiates a pointer on this instance.CPointer<MLoopTri>
MLoopTri_Store. getArray()
Get method for struct member 'array'.CPointer<MLoopTri>
MLoopTri_Store. getArray_wip()
Get method for struct member 'array_wip'.Method parameters in org.blender.dna with type arguments of type MLoopTri Modifier and Type Method Description void
MLoopTri_Store. setArray(CPointer<MLoopTri> array)
Set method for struct member 'array'.void
MLoopTri_Store. setArray_wip(CPointer<MLoopTri> array_wip)
Set method for struct member 'array_wip'.Constructors in org.blender.dna with parameters of type MLoopTri Constructor Description MLoopTri(MLoopTri that)
-