null.lua
来自「使用stl技术,(还没看,是听说的)」· LUA 代码 · 共 42 行
LUA
42 行
-- Set up a scene to demo the engine
------------------------------------
-- Function for adding things to the scene
function triggerScene( )
end
function crap(a)
return a
end
-- Function to update the scene
function updateScene( time )
end
-- Function to go forward
function doForward( )
end
-- Function to go backward
function doBackward( )
end
-- Function to go left
function doLeft( )
end
-- Function to go right
function doRight( )
end
-- Function to setup a scene
function resetScene( )
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?