Hi developers,
I’ve seen some example code there are created with raw pointer.
Doesn’t need to be deleted when change to new view?
Sample 1
Urho3D::Button* button = _uiRoot->CreateChild<Urho3D::Button>();
Sample 2
Text* windowTitle = new Text(context_);
Sample 3
URHO3D_HANDLER(SoundEffect, HandleSoundVolume);