namespace Sirenix.OdinInspector.Editor.Drawers
{
[DrawerPriorityAttribute(0, 0, 0,9)]
class TwoDimensionalGenericArrayDrawer<TArray, TElement> : TwoDimensionalArrayDrawer<TArray, TElement>
where TArray : IList
}
Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector
Version: 2.0.0.0
Return Type | Definition | Description |
---|---|---|
TElement | DrawElement(Rect, TElement) | Draws the element. |