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