Skip to content

SampleSelectionUI

ClassAssetInventoryAssetInventory.Editor
public sealed class SampleSelectionUI : PopupWindowContent

No description is available for this type.

public void Init(AssetInfo info)

No description is available for this member.

Parameters

Name Type Description
info AssetInventory.AssetInfo
public override Vector2 GetWindowSize()

The size of the popup window.

Returns

UnityEngine.Vector2 —

The size of the Popup window.

public override void OnGUI(Rect rect)

Callback for drawing GUI controls for the popup window.

Parameters

Name Type Description
rect UnityEngine.Rect The rectangle to draw the GUI inside.