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