Click or drag to resize

ViewportSetKeep3dLinear Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Viewport.SetKeep3dLinear(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetKeep3dLinear is deprecated. Use the Keep3dLinear property instead.")]
public void SetKeep3dLinear(
	bool keep3dLinear
)

Parameters

keep3dLinear
Type: SystemBoolean

[Missing <param name="keep3dLinear"/> documentation for "M:Godot.Viewport.SetKeep3dLinear(System.Boolean)"]

See Also