csharp
public sealed class AssetTileOne asset as a tile: a glyph, a name, and what it stands for.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
protected override string TagNameThe element name this type answers to when a caller does not choose one.
protected override bool AcceptsFocusWhether the focus can rest on this kind of control at all.
public AssetTreeNode? NodeWhich asset it shows.
public Icon GlyphThe glyph, shown while there is no picture and for everything that has none.
public Image PictureThe picture, when the asset has one.
public UiElement CaptionThe name under it.
Methods (1)
protected override void OnCreated()Builds whatever this element is made of, once, as it joins a document.
Used by (4)
- AssetGridVixen.Editor.App
- EditorApplicationVixen.Editor.App
- GridViewTestsVixen.Editor.App.Tests
- ThumbnailTestsVixen.Editor.App.Tests