Table of Contents

GetMemberInfo

Methods
public override MemberInfo GetMemberInfo()

Returns a FieldInfo or PropertyInfo depending on the member type of the target member on the unity component. The MemberInfo is retrieved using reflection but cached to speed up subsequent access.

Returns
Type Description
MemberInfo

The MemberInfo for the target field or property, or null for Custom member types (e.g., animation parameters).

Overrides
Binding.GetMemberInfo()
Exceptions
Type Condition
Exception

Thrown if the member type is neither Field, Property or Custom.