Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ReflectedMemberProperty<TContainer, TValue>

A ReflectedMemberProperty<TContainer, TValue> provides strongly typed access to an underlying FieldInfo or PropertyInfo object.
Read time 1 minuteLast updated 8 days ago

Definition

public class ReflectedMemberProperty<TContainer, TValue> : Property<TContainer, TValue>, IProperty<TContainer>, IProperty, IPropertyAccept<TContainer>

Remarks

The implementation uses slow reflection calls internally. This is intended to be used as an intermediate solution for quick editor iteration.

Constructors

Inheritance