Version 3.3.0.2

UnitOverviewWindow class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public class UnitOverviewWindow : OdinMenuEditorWindow, ISerializationCallbackReceiver
Inheritance
Implements
  • UnityEngine.ISerializationCallbackReceiver

Constructors

UnitOverviewWindow()
public UnitOverviewWindow()

Methods

BuildMenuTree()
protected override OdinMenuTree BuildMenuTree()
Returns
OdinMenuTree

DrawEditor(Int32)
protected override void DrawEditor(int _)
Parameters
System.Int32 _

OnDisable()
protected override void OnDisable()
OnEnable()
protected override void OnEnable()
SelectUnitInfo(UnitInfo, Decimal)
public static void SelectUnitInfo(UnitInfo unitInfo, decimal value)
Parameters
UnitInfo unitInfo

System.Decimal value

ShowWindow()
public static UnitOverviewWindow ShowWindow()