Summary
Tries to get a
UnityEditor.PropertyDrawer
for the given `objectType`.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- PropertyDrawers
Syntax
public static bool TryGetDrawer(Type objectType, FieldInfo field, Attribute attribute, out PropertyDrawer drawer)
Parameters
Name | Type | Description |
---|---|---|
objectType | Type | |
field | FieldInfo | |
attribute | Attribute | |
drawer | PropertyDrawer |
Return Value
Type | Description |
---|---|
bool |