Class ShaderSourceItem
Content item that contains shader source code.
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class ShaderSourceItem : ContentItem, IComparable, IDrawable
Constructors
ShaderSourceItem(String)
Initializes a new instance of the ShaderSourceItem class.
Declaration
public ShaderSourceItem(string path)
Parameters
System.String
path
The path to the item. |
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