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