Class CppScriptItem
Content item that contains C++ script file with source code.
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class CppScriptItem : ScriptItem, IComparable, IDrawable
Constructors
CppScriptItem(String)
Initializes a new instance of the CppScriptItem class.
Declaration
public CppScriptItem(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