Class TilePaletteClipboardErrorElement
VisualElement for showing errors in the Tile Palette Clipboard
Implements
Inherited Members
VisualElement.Focus()
VisualElement.Overlaps(Rect)
VisualElement.ToString()
VisualElement.TryGetBinding(BindingId, out Binding)
VisualElement.TryGetDataSourceContext(BindingId, out DataSourceContext)
VisualElement.TryGetLastBindingToUIResult(in BindingId, out BindingResult)
VisualElement.TryGetLastBindingToSourceResult(in BindingId, out BindingResult)
VisualElement.GetFirstOfType<T>()
VisualElement.GetFirstAncestorOfType<T>()
VisualElement.canGrabFocus
VisualElement.focusController
VisualElement.cacheAsBitmap
CallbackEventHandler.RegisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.RegisterCallbackOnce<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.RegisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, TrickleDown)
CallbackEventHandler.RegisterCallbackOnce<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TUserArgsType, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType>(EventCallback<TEventType>, TrickleDown)
CallbackEventHandler.UnregisterCallback<TEventType, TUserArgsType>(EventCallback<TEventType, TUserArgsType>, TrickleDown)
CallbackEventHandler.NotifyPropertyChanged(in BindingId)
Namespace: UnityEditor.Tilemaps
Assembly: Unity.2D.Tilemap.Editor.dll
Syntax
[UxmlElement]
public class TilePaletteClipboardErrorElement : VisualElement, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler
Constructors
TilePaletteClipboardErrorElement()
Constructor for TilePaletteClipboardErrorElement
Declaration
public TilePaletteClipboardErrorElement()
Methods
ClearText()
Clears any error text set
Declaration
public void ClearText()
SetEmptyModelPaletteText()
Set error text for an empty Tile Palette generated by an asset
Declaration
public void SetEmptyModelPaletteText()
SetEmptyPaletteText()
Set error text for an empty Tile Palette
Declaration
public void SetEmptyPaletteText()
SetInvalidDragAndDropText()
Set error text for an invalid drag and drop on the Tile Palette
Declaration
public void SetInvalidDragAndDropText()
SetInvalidGridText()
Set error text for an invalid Grid in the Tile Palette
Declaration
public void SetInvalidGridText()
SetInvalidPaletteText()
Set error text for an invalid Tile Palette
Declaration
public void SetInvalidPaletteText()