添加鼠标点击实体事件,添加spirv着色器系统
This commit is contained in:
@ -338,4 +338,9 @@ namespace Hazel
|
||||
ImGui::ColorEdit4("Color", glm::value_ptr(component.Color));
|
||||
});
|
||||
}
|
||||
|
||||
void SceneHierachyPanel::SetSelectedEntity(const Entity entity)
|
||||
{
|
||||
m_SelectionContext = entity;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user