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