Click or drag to resize

ParallaxBackgroundSetIgnoreCameraZoom Method

Note: This API is now obsolete.

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

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

Parameters

ignore
Type: SystemBoolean

[Missing <param name="ignore"/> documentation for "M:Godot.ParallaxBackground.SetIgnoreCameraZoom(System.Boolean)"]

See Also