Click or drag to resize

GeometryInstanceSetExtraCullMargin Method

Note: This API is now obsolete.

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

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

Parameters

margin
Type: SystemSingle

[Missing <param name="margin"/> documentation for "M:Godot.GeometryInstance.SetExtraCullMargin(System.Single)"]

See Also