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