Class SceneItem
Content item that contains Scene data.
Inheritance
System.Object
FlaxEditor.Content.ContentItem
FlaxEditor.Content.AssetItem
SceneItem
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class SceneItem : JsonAssetItem, IComparable, IDrawable
Constructors
SceneItem(String, Guid)
Initializes a new instance of the SceneItem class.
Declaration
public SceneItem(string path, Guid id)
Parameters
System.String
path
The asset path. |
System.Guid
id
The asset identifier. |
Properties
DefaultThumbnail
Declaration
public override SpriteHandle DefaultThumbnail { get; }
Property Value
SpriteHandle
|
Overrides
ItemType
Declaration
public override ContentItemType ItemType { get; }
Property Value
FlaxEditor.Content.ContentItemType
|
Overrides
FlaxEditor.Content.AssetItem.ItemType
SearchFilter
Declaration
public override ContentItemSearchFilter SearchFilter { get; }
Property Value
FlaxEditor.Content.ContentItemSearchFilter
|
Overrides
TypeDescription
Declaration
public override string TypeDescription { get; }
Property Value
System.String
|
Overrides
FlaxEditor.Content.AssetItem.TypeDescription
Methods
IsOfType(Type)
Declaration
public override bool IsOfType(Type type)
Parameters
System.Type
type
|
Returns
System.Boolean
|
Overrides
FlaxEditor.Content.AssetItem.IsOfType(System.Type)