Click or drag to resize

SpatialMaterialFlagsUsePointSize Property

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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool FlagsUsePointSize { get; set; }

Property Value

Type: Boolean
See Also