浏览代码

Fixed Changelog + Changed Accessibility of SceneViewToolbar

/main
Thomas ICHÉ 5 年前
当前提交
51e41643
共有 2 个文件被更改,包括 13 次插入3 次删除
  1. 14
      CHANGELOG.md
  2. 2
      Editor/SceneViewToolbar.cs

14
CHANGELOG.md


# Changelog
## 2019.3.2
## 2019.3.3
#### Added

#### Changed
- Messager now send messages through a copy of its source listeners array instead of the actual enumerator. This prevents from modifying the call array at the same frame if a OnMessageEvent becomes disabled during execution.
- Changed SceneViewToolbar Accessibility (now public to give access to OnSceneViewToolbarGUI)
#### Fixed
- Fixes in changelog (bad changes in 2019.3.2)
## 2019.3.2
#### Changed
- Messager now send messages through a copy of its source listeners array instead of the actual enumerator. This prevents from modifying the call array at the same frame if a OnMessageEvent becomes disabled during execution.
#### Fixed

2
Editor/SceneViewToolbar.cs


namespace GameplayIngredients.Editor
{
static class SceneViewToolbar
public static class SceneViewToolbar
{
public delegate void SceneViewToolbarDelegate(SceneView sceneView);

正在加载...
取消
保存