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