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