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