手册
脚本 API
unity3d.com
Version:
2018.2
2021.1
2020.3
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
包含此页的版本:
不含此页的版本:
受支持
旧版
手册
脚本 API
语言:
中文
English
中文
日本語
Español
한국어
Русский
脚本 API
Version:
2018.2
2021.1
2020.3
2020.2
2020.1
2019.4
2019.3
2019.2
2019.1
2018.4
2018.3
2018.2
2018.1
2017.4
2017.3
2017.2
2017.1
5.6
包含此页的版本:
不含此页的版本:
受支持
旧版
GridBrushEditor
.OnPaintSceneGUI
切换到手册
public void
OnPaintSceneGUI
(
GridLayout
gridLayout
,
GameObject
brushTarget
,
BoundsInt
position
,
Tool
tool
, bool
executing
);
参数
gridLayout
正在使用画笔的
Grid
。
brushTarget
GridBrushBase.Tool
操作的目标。默认为当前选择的游戏对象。
position
当前所选的画笔位置。
tool
当前所选的
GridBrushBase.Tool
。
executing
是否正在使用画笔。
描述
用于在场景视图中为
GridBrush
绘制 GUI 的回调。