Serialization.

GetField(Type, string) Method

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(Type declaringType, string name)

Remarks

Uses the Animancer.Editor.Serialization.InstanceBindings.

Parameters

Name Type Description
declaringType Type
name string

Return Value

Type Description
FieldInfo