Click or drag to resize

ParallaxLayerSetMotionScale Method

Note: This API is now obsolete.

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

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

Parameters

scale
Type: GodotVector2

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

See Also