Click or drag to resize

ParallaxLayerSetMirroring Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ParallaxLayer.SetMirroring(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMirroring is deprecated. Use the MotionMirroring property instead.")]
public void SetMirroring(
	Vector2 mirror
)

Parameters

mirror
Type: GodotVector2

[Missing <param name="mirror"/> documentation for "M:Godot.ParallaxLayer.SetMirroring(Godot.Vector2)"]

See Also