Click or drag to resize

AudioStreamMP3SetLoopOffset Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioStreamMP3.SetLoopOffset(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLoopOffset is deprecated. Use the LoopOffset property instead.")]
public void SetLoopOffset(
	float seconds
)

Parameters

seconds
Type: SystemSingle

[Missing <param name="seconds"/> documentation for "M:Godot.AudioStreamMP3.SetLoopOffset(System.Single)"]

See Also