Click or drag to resize

CubeMeshSetSubdivideHeight Method

Note: This API is now obsolete.

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

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

Parameters

divisions
Type: SystemInt32

[Missing <param name="divisions"/> documentation for "M:Godot.CubeMesh.SetSubdivideHeight(System.Int32)"]

See Also