mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
添加信息。
This commit is contained in:
parent
387cc07458
commit
e9bf809576
@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
|
||||
|
||||
/**
|
||||
* 菜单事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function MenuEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加环境光事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddAmbientLightEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加正方体事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddBoxEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加圆事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddCircleEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加圆柱体事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddCylinderEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加平行光源事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddDirectionalLightEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加组事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddGroupEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加半球光事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddHemisphereLightEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加二十面体事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddIcosahedronEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加花瓶事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddLatheEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加透视相机事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddPerspectiveCameraEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加平板事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddPlaneEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加点光源事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddPointLightEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加矩形光事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddRectAreaLightEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加球体事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddSphereEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加聚光灯事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddSpotLightEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加精灵事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddSpriteEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加茶壶事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddTeaportEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 添加文本事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddTextEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加轮胎事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddTorusEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加纽结事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddTorusKnotEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加火焰事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddFireEvent(app) {
|
||||
|
||||
@ -6,6 +6,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加初音未来事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddMikuEvent(app) {
|
||||
|
||||
@ -6,6 +6,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加人事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddPersonEvent(app) {
|
||||
|
||||
@ -6,6 +6,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 添加烟事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddSmokeEvent(app) {
|
||||
|
||||
@ -2,6 +2,7 @@ import MenuEvent from '../MenuEvent';
|
||||
|
||||
/**
|
||||
* 添加资源事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddAssetEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 导出gltf文件事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExportGLTFEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 导出几何体事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExportGeometryEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 导出mmd文件事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExportMMDEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 导出obj文件事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExportOBJEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 导出物体事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExportObjectEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 导出ply文件事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExportPLYEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 导出stl二进制文件事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExportSTLBEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 导出stl文件事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExportSTLEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import StringUtils from '../../../utils/StringUtils';
|
||||
|
||||
/**
|
||||
* 导出场景事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExportSceneEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = 1;
|
||||
|
||||
/**
|
||||
* 粒子发射器
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ParticleEmitterEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
|
||||
|
||||
/**
|
||||
* 重做事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ClearHistoryEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import AddObjectCommand from '../../../command/AddObjectCommand';
|
||||
|
||||
/**
|
||||
* 拷贝事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function CloneEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import UI from '../../../ui/UI';
|
||||
|
||||
/**
|
||||
* 删除事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function DeleteEvent(app) {
|
||||
|
||||
@ -6,6 +6,7 @@ import MultiCmdsCommand from '../../../command/MultiCmdsCommand';
|
||||
|
||||
/**
|
||||
* 压缩着色器程序事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function MinifyShaderEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
|
||||
|
||||
/**
|
||||
* 重做事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function RedoEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
|
||||
|
||||
/**
|
||||
* 撤销事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function UndoEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
|
||||
|
||||
/**
|
||||
* 示例事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ExampleEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import OptionsWindow from '../../../editor/window/OptionsWindow';
|
||||
|
||||
/**
|
||||
* 渲染器选项事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function RendererOptionsEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import OptionsWindow from '../../../editor/window/OptionsWindow';
|
||||
|
||||
/**
|
||||
* 场景选项事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function SceneOptionsEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import OptionsWindow from '../../../editor/window/OptionsWindow';
|
||||
|
||||
/**
|
||||
* 外观选项事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function SurfaceOptionsEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import AddObjectCommand from '../../../command/AddObjectCommand';
|
||||
|
||||
/**
|
||||
* 添加物理布料
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddPhysicsClothEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = -1;
|
||||
|
||||
/**
|
||||
* 添加物理平板
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddPhysicsPlaneEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ var ID = -1;
|
||||
|
||||
/**
|
||||
* 添加物理墙
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AddPhysicsWallEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
|
||||
|
||||
/**
|
||||
* 启动事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function PlayEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import SceneWindow from '../../../editor/window/SceneWindow';
|
||||
|
||||
/**
|
||||
* 载入场景
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function LoadSceneEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../../ui/UI';
|
||||
|
||||
/**
|
||||
* 新建场景
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function NewSceneEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import MathUtils from '../../../utils/MathUtils';
|
||||
|
||||
/**
|
||||
* 发布场景
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function PublishSceneEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import Ajax from '../../../utils/Ajax';
|
||||
|
||||
/**
|
||||
* 场景另存为
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function SaveSceneAsEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import Ajax from '../../../utils/Ajax';
|
||||
|
||||
/**
|
||||
* 保存场景
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function SaveSceneEvent(app) {
|
||||
|
||||
@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
|
||||
|
||||
/**
|
||||
* 播放器事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function PlayerEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import SetMaterialValueCommand from '../../command/SetMaterialValueCommand';
|
||||
|
||||
/**
|
||||
* CodeMirror改变事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function CodeMirrorChangeEvent(app) {
|
||||
|
||||
@ -34,6 +34,7 @@ const GeometryPanels = {
|
||||
|
||||
/**
|
||||
* 物体面板事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function GeometryPanelEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 历史面板事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function HistoryPanelEvent(app) {
|
||||
|
||||
@ -7,6 +7,7 @@ import SetMaterialMapCommand from '../../command/SetMaterialMapCommand';
|
||||
|
||||
/**
|
||||
* 材质改变事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function MaterialPanelEvent(app) {
|
||||
|
||||
@ -9,6 +9,7 @@ import SetColorCommand from '../../command/SetColorCommand';
|
||||
|
||||
/**
|
||||
* 物体面板事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ObjectPanelEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 属性面板事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function PropertyPanelEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 场景面板事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ScenePanelEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ import RemoveScriptCommand from '../../command/RemoveScriptCommand';
|
||||
|
||||
/**
|
||||
* 脚本面板事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ScriptPanelEvent(app) {
|
||||
|
||||
@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
|
||||
|
||||
/**
|
||||
* 网格设置改变事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function GridChangeEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 更新场景编辑区信息事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function UpdateSceneStatusEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 锚点事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function AnchorPointEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 手型模式事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function HandModeEvent(app) {
|
||||
|
||||
@ -4,6 +4,7 @@ import ModelWindow from '../../editor/window/ModelWindow';
|
||||
|
||||
/**
|
||||
* 模型事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ModelEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 路径模式事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function PathModeEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 旋转模式事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function RotateModeEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 缩放模式事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ScaleModeEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 旋转模式事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function SelectModeEvent(app) {
|
||||
|
||||
@ -3,6 +3,7 @@ import UI from '../../ui/UI';
|
||||
|
||||
/**
|
||||
* 平移模式事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function TranslateModeEvent(app) {
|
||||
|
||||
@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
|
||||
|
||||
/**
|
||||
* 编辑器控件事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function EditorControlsEvent(app) {
|
||||
|
||||
@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
|
||||
|
||||
/**
|
||||
* 物体事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function ObjectEvent(app) {
|
||||
|
||||
@ -2,6 +2,7 @@ import BaseEvent from '../BaseEvent';
|
||||
|
||||
/**
|
||||
* 选取事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function PickEvent(app) {
|
||||
|
||||
@ -5,6 +5,7 @@ import SetScaleCommand from '../../command/SetScaleCommand';
|
||||
|
||||
/**
|
||||
* 平移旋转缩放控件事件
|
||||
* @author tengge / https://github.com/tengge1
|
||||
* @param {*} app
|
||||
*/
|
||||
function TransformControlsEvent(app) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user