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