We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7e498 commit 4018c19Copy full SHA for 4018c19
Assets/_Project/Scripts/Lua/Test.lua
@@ -10,12 +10,15 @@
10
Test = {}
11
local this = Test
12
13
+----------------------------------------------------------------
14
+-- Use this for initialization.
15
16
function this.Start()
17
print("Start function from `Test.lua` file!")
18
end
19
20
----------------------------------------------------------------
--- This will run every frame.
21
+-- Update is called once per frame.
22
23
-- @param { MonoBehaviour } mb : MonoBehaviour component
24
-- represent as game object.
0 commit comments