Uses of Class
org.blender.dna.Library
-
Packages that use Library Package Description org.blender.dna org.blender.utils -
-
Uses of Library in org.blender.dna
Methods in org.blender.dna that return types with arguments of type Library Modifier and Type Method Description CPointer<Library>
Library. __io__addressof()
Instantiates a pointer on this instance.CPointer<Library>
ID. getLib()
Get method for struct member 'lib'.CPointer<Library>
Library. getParent()
Get method for struct member 'parent'.Method parameters in org.blender.dna with type arguments of type Library Modifier and Type Method Description void
ID. setLib(CPointer<Library> lib)
Set method for struct member 'lib'.void
Library. setParent(CPointer<Library> parent)
Set method for struct member 'parent'.Constructors in org.blender.dna with parameters of type Library Constructor Description Library(Library that)
-
Uses of Library in org.blender.utils
Methods in org.blender.utils that return Library Modifier and Type Method Description Library
MainLib. getLibrary()
SeeLibrary
for documentation.Methods in org.blender.utils with parameters of type Library Modifier and Type Method Description void
MainLib. setLibrary(Library library)
SeeLibrary
for documentation.
-