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