Click or drag to resize

PlaneMeshSetSubdivideDepth Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.PlaneMesh.SetSubdivideDepth(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSubdivideDepth is deprecated. Use the SubdivideDepth property instead.")]
public void SetSubdivideDepth(
	int subdivide
)

Parameters

subdivide
Type: SystemInt32

[Missing <param name="subdivide"/> documentation for "M:Godot.PlaneMesh.SetSubdivideDepth(System.Int32)"]

See Also