class MAGES::SceneGraph::Editor::EffectItem¶
Overview¶
Represents a EffectData class. More…
class EffectItem: public VisualElement
{
public:
// properties
int Index;
// methods
EffectItem(
SerializedProperty data,
BaseActionData actionData,
int index,
Action deleteAction
);
};
Detailed Documentation¶
Represents a EffectData class.
Properties¶
int Index
Gets or sets the index into the step event list.
Methods¶
EffectItem(
SerializedProperty data,
BaseActionData actionData,
int index,
Action deleteAction
)
Initializes a new instance of the EffectItem class.
Parameters:
data |
The data. |
actionData |
The action data. |
index |
The index of the property in the container. |
deleteAction |
The action to invoke when them item is deleted. |