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