Click or drag to resize

PrismMeshSetLeftToRight Method

Note: This API is now obsolete.

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

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

Parameters

leftToRight
Type: SystemSingle

[Missing <param name="leftToRight"/> documentation for "M:Godot.PrismMesh.SetLeftToRight(System.Single)"]

See Also