class MAGES::PropertyProxyUtilities::GenericPropertyProxy

Overview

A property proxy used for objects that should accept inherited or interface-like values. Relevant part in SerializedProperty would be SerializedProperty.managedReferenceValue. More…

class GenericPropertyProxy: public MAGES::PropertyProxyUtilities::ProxyScriptableObject
{
public:
    // properties

    object Value;
    override object GenericValue;
    override System.Type ValueType;
};

Inherited Members

public:
    // properties

    abstract object GenericValue;
    abstract System.Type ValueType;

Detailed Documentation

A property proxy used for objects that should accept inherited or interface-like values. Relevant part in SerializedProperty would be SerializedProperty.managedReferenceValue.

Properties

object Value

Gets or sets the value.