Class CSharpScriptItem
Content item that contains C# file with source code.
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class CSharpScriptItem : ScriptItem, IComparable, IDrawable
Constructors
CSharpScriptItem(String)
Initializes a new instance of the CSharpScriptItem class.
Declaration
public CSharpScriptItem(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
TypeDescription
Declaration
public override string TypeDescription { get; }
Property Value
System.String
|
Overrides
FlaxEditor.Content.ContentItem.TypeDescription