Class VideoItem
Content item that contains video media file.
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class VideoItem : FileItem, IComparable, IDrawable
Constructors
VideoItem(String)
Initializes a new instance of the VideoItem class.
Declaration
public VideoItem(string path)
Parameters
System.String
path
The file path. |
Properties
DefaultThumbnail
Declaration
public override SpriteHandle DefaultThumbnail { get; }
Property Value
SpriteHandle
|
Overrides
TypeDescription
Declaration
public override string TypeDescription { get; }
Property Value
System.String
|