UnityPackageVersionSelectionUI
public sealed class UnityPackageVersionSelectionUI : PopupWindowContentNo description is available for this type.
Methods
Section titled “Methods”
Init(AssetInfo, Dictionary<int, List>, Action)
Section titled “Init(AssetInfo, Dictionary<int, List>, Action)”public void Init(AssetInfo info, Dictionary<int, List<BackupInfo>> backupState, Action<string> callback)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
info |
AssetInventory.AssetInfo | |
backupState |
System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{AssetInventory.BackupInfo}} | |
callback |
System.Action{System.String} | |
GetWindowSize()
Section titled “GetWindowSize()”public override Vector2 GetWindowSize()The size of the popup window.
Returns
UnityEngine.Vector2 —
The size of the Popup window.
OnGUI(Rect)
Section titled “OnGUI(Rect)”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. |