Uses of Class
org.blender.dna.StripAnim
-
Packages that use StripAnim Package Description org.blender.dna -
-
Uses of StripAnim in org.blender.dna
Methods in org.blender.dna that return types with arguments of type StripAnim Modifier and Type Method Description CPointer<StripAnim>
StripAnim. __io__addressof()
Instantiates a pointer on this instance.CPointer<StripAnim>
StripAnim. getNext()
Get method for struct member 'next'.CPointer<StripAnim>
StripAnim. getPrev()
Get method for struct member 'prev'.Method parameters in org.blender.dna with type arguments of type StripAnim Modifier and Type Method Description void
StripAnim. setNext(CPointer<StripAnim> next)
Set method for struct member 'next'.void
StripAnim. setPrev(CPointer<StripAnim> prev)
Set method for struct member 'prev'.Constructors in org.blender.dna with parameters of type StripAnim Constructor Description StripAnim(StripAnim that)
-