Click or drag to resize

VideoPlayerSetStreamPosition Method

Note: This API is now obsolete.

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

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

Parameters

position
Type: SystemSingle

[Missing <param name="position"/> documentation for "M:Godot.VideoPlayer.SetStreamPosition(System.Single)"]

See Also