Summary
Returns a field with the specified `name` in the `declaringType` or any of its base types.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- Serialization
Syntax
public static FieldInfo GetField(Serialization.PropertyAccessor accessor, SerializedProperty property, Type declaringType, string name)
Remarks
Uses the
Animancer.Editor.Serialization.InstanceBindings.Parameters
| Name | Type | Description |
|---|---|---|
| accessor | Serialization |
|
| property | SerializedProperty | |
| declaringType | Type | |
| name | string |
Return Value
| Type | Description |
|---|---|
| FieldInfo |