This is the old Animancer v7.4 documentation. Click here for the latest version.

Serialization.PropertyAccessor.

Serialization.

GetField(SerializedProperty) Method

Summary

Calls Animancer.Editor.Serialization.PropertyAccessor.GetField(UnityEditor.SerializedObject) with the UnityEditor.SerializedProperty.serializedObject.

Syntax

public FieldInfo GetField(SerializedProperty serializedProperty)

Parameters

Name Type Description
serializedProperty SerializedProperty

Return Value

Type Description
FieldInfo