Serialization.CollectionPropertyAccessor.

Serialization.

GetFieldElementType(Object) Method

Summary

Returns the Animancer.Editor.Serialization.PropertyAccessor.FieldElementType if there is one, otherwise calls Animancer.Editor.Serialization.PropertyAccessor.GetField(System.Object@) and returns its System.Reflection.FieldInfo.FieldType.

Syntax

public override Type GetFieldElementType(Object obj)

Parameters

Name Type Description
obj Object

Return Value

Type Description
Type