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