PropertyAccessor.

GetFieldElementType(Object) Method

Summary

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

Syntax

public virtual Type GetFieldElementType(Object obj)

Parameters

Name Type Description
obj Object

Return Value

Type Description
Type