Class TextureAssetItem
Implementation of BinaryAssetItem for TextureBase assets.
Inheritance
System.Object
FlaxEditor.Content.ContentItem
FlaxEditor.Content.AssetItem
TextureAssetItem
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class TextureAssetItem : BinaryAssetItem, IComparable, IDrawable
Constructors
TextureAssetItem(String, ref Guid, String, Type)
Declaration
public TextureAssetItem(string path, ref Guid id, string typeName, Type type)
Parameters
System.String
path
|
System.Guid
id
|
System.String
typeName
|
System.Type
type
|
Methods
OnBuildTooltipText(StringBuilder)
Declaration
protected override void OnBuildTooltipText(StringBuilder sb)
Parameters
System.Text.StringBuilder
sb
|
Overrides
FlaxEditor.Content.ContentItem.OnBuildTooltipText(System.Text.StringBuilder)