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