SpatialMaterial.flagsUsePointSize

If true, render point size can be changed. Note: this is only effective for objects whose geometry is point-based rather than triangle-based. See also paramsPointSize.

  1. bool flagsUsePointSize [@property getter]
  2. bool flagsUsePointSize [@property setter]
    struct SpatialMaterial
    @nogc nothrow @property
    void
    flagsUsePointSize
    (
    bool v
    )

Meta