Table of Contents

Class PropertyDrawer<TData>

public class PropertyDrawer<TData> : PropertyDrawer where TData : new()

Type Parameters

TData
Inheritance
PropertyDrawer<TData>
Derived
Extension Methods

Methods

GetData(SerializedProperty)

protected TData GetData(SerializedProperty property)

Parameters

property SerializedProperty

Returns

TData

GetData(string)

protected TData GetData(string propertyPath)

Parameters

propertyPath string

Returns

TData