This document is archived and information here might be outdated. Recommended version. |
Adds a task to the EngineEditor.
[Visual Basic .NET] Public Sub AddTask ( _ ByVal Task As IEngineEditTask _ )
[C#] public void AddTask ( IEngineEditTask Task );
[C++]
HRESULT AddTask(
IEngineEditTask* Task
);
[C++] Parameters Task [in]
Task is a parameter of type IEngineEditTask*
This method adds an engine edit task to the collection of edit tasks managed by the EngineEditor singleton object.