Click or drag to resize

SpatialMaterialSetPointSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.SpatialMaterial.SetPointSize(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetPointSize is deprecated. Use the ParamsPointSize property instead.")]
public void SetPointSize(
	float pointSize
)

Parameters

pointSize
Type: SystemSingle

[Missing <param name="pointSize"/> documentation for "M:Godot.SpatialMaterial.SetPointSize(System.Single)"]

See Also