class MAGES::SceneGraph::Editor::EffectPropertyField

Overview

A custom property field for EffectData, which accepts a BaseActionData as a context. More…

class EffectPropertyField: public PropertyField
{
public:
    // properties

    System.Type ActionDataType;

    // methods

    EffectPropertyField(SerializedProperty property, BaseActionData dataContext);
    EffectPropertyField(BaseActionData dataContext);
};

Detailed Documentation

A custom property field for EffectData, which accepts a BaseActionData as a context.

Properties

System.Type ActionDataType

Gets the type of the action data.

Methods

EffectPropertyField(SerializedProperty property, BaseActionData dataContext)

Initializes a new instance of the EffectPropertyField class.

Parameters:

property

The property.

dataContext

The action data context.

EffectPropertyField(BaseActionData dataContext)

Initializes a new instance of the EffectPropertyField class.

Parameters:

dataContext

The data editing context.