Click or drag to resize

CSGShapeSetSnap Method

Note: This API is now obsolete.

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

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

Parameters

snap
Type: SystemSingle

[Missing <param name="snap"/> documentation for "M:Godot.CSGShape.SetSnap(System.Single)"]

See Also