Click or drag to resize

AudioStreamSampleSetLoopBegin Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AudioStreamSample.SetLoopBegin(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLoopBegin is deprecated. Use the LoopBegin property instead.")]
public void SetLoopBegin(
	int loopBegin
)

Parameters

loopBegin
Type: SystemInt32

[Missing <param name="loopBegin"/> documentation for "M:Godot.AudioStreamSample.SetLoopBegin(System.Int32)"]

See Also