Tweak.
This commit is contained in:
@@ -488,7 +488,7 @@ bool ManagedEditor::OnAppExit()
|
||||
return MUtils::Unbox<bool>(Internal_OnAppExit->Invoke(GetManagedInstance(), nullptr, nullptr));
|
||||
}
|
||||
|
||||
void ManagedEditor::RequestStartPlay()
|
||||
void ManagedEditor::RequestStartPlayOnEditMode()
|
||||
{
|
||||
if (!HasManagedInstance())
|
||||
return;
|
||||
|
||||
@@ -134,9 +134,9 @@ public:
|
||||
bool OnAppExit();
|
||||
|
||||
/// <summary>
|
||||
/// Requests switch to play mode.
|
||||
/// Requests play mode when the editor is in edit mode ( once ).
|
||||
/// </summary>
|
||||
void RequestStartPlay();
|
||||
void RequestStartPlayOnEditMode();
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user