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