Class Overlay
Assembly: UnityEditor.dll
Syntax
Methods
|
Improve this Doc
View Source
DrawOverlay(Asset, Asset, Rect)
Declaration
public static void DrawOverlay(Asset asset, Asset metaAsset, Rect itemRect)
Parameters
|
Improve this Doc
View Source
DrawOverlay(Asset, Rect)
Declaration
public static void DrawOverlay(Asset asset, Rect itemRect)
Parameters
Type |
Name |
Description |
Asset |
asset |
|
Rect |
itemRect |
|
|
Improve this Doc
View Source
GetOverlayRect(Rect)
Declaration
public static Rect GetOverlayRect(Rect itemRect)
Parameters
Type |
Name |
Description |
Rect |
itemRect |
|
Returns
Extension Methods