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