Version 3.3.0.1

RectPropertyResolver class

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.OdinInspector.Editor
public sealed class RectPropertyResolver : OdinPropertyResolver<Rect>
Inheritance

Constructors

RectPropertyResolver()
public RectPropertyResolver()

Methods

ChildNameToIndex(ref StringSlice)
public override int ChildNameToIndex(ref StringSlice name)
Parameters
StringSlice name

Returns
System.Int32

ChildNameToIndex(String)
public override int ChildNameToIndex(string name)
Parameters
System.String name

Returns
System.Int32

GetChildCount(Rect)
protected override int GetChildCount(Rect value)
Parameters
UnityEngine.Rect value

Returns
System.Int32

GetChildInfo(Int32)
public override InspectorPropertyInfo GetChildInfo(int childIndex)
Parameters
System.Int32 childIndex