Click or drag to resize

ParallaxLayerSetMotionOffset Method

Note: This API is now obsolete.

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

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

Parameters

offset
Type: GodotVector2

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

See Also