Class FileItem
Content item for the auxiliary files.
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class FileItem : ContentItem, IComparable, IDrawable
Constructors
FileItem(String)
Initializes a new instance of the FileItem class.
Declaration
public FileItem(string path)
Parameters
System.String
path
The path to the file. |
Properties
DefaultThumbnail
Declaration
public override SpriteHandle DefaultThumbnail { get; }
Property Value
SpriteHandle
|
Overrides
FlaxEditor.Content.ContentItem.DefaultThumbnail
ItemType
Declaration
public override ContentItemType ItemType { get; }
Property Value
FlaxEditor.Content.ContentItemType
|
Overrides
FlaxEditor.Content.ContentItem.ItemType
SearchFilter
Declaration
public override ContentItemSearchFilter SearchFilter { get; }
Property Value
FlaxEditor.Content.ContentItemSearchFilter
|
Overrides
FlaxEditor.Content.ContentItem.SearchFilter
TypeDescription
Declaration
public override string TypeDescription { get; }
Property Value
System.String
|
Overrides
FlaxEditor.Content.ContentItem.TypeDescription
Extension Methods
See Also
FlaxEditor.Content.ContentItem