Click or drag to resize

VideoStreamGDNativeGetFile Method

Note: This API is now obsolete.

Returns the video file handled by this VideoStreamGDNative.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetFile is deprecated. Use the File property instead.")]
public string GetFile()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.VideoStreamGDNative.GetFile"]

See Also