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