Skip to content

Commit ddcb1e3

Browse files
author
Hiram
committed
add unitypackage
1 parent 88deeb6 commit ddcb1e3

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

7.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@ ps.允许工程使用**unsafe**代码(项目中有对指针进行操作的逻辑
295295
- 自定义浮点数
296296

297297
xxx
298+
- 单例
299+
300+
xxx
298301

299302
----
300303

13.8 KB
Binary file not shown.

unity/Assets/Example.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ void Start()
1313
{
1414
Framework.Init();
1515

16-
IIO io = Center.Get<IOComponent>();
17-
var file = io.ReadFile("path");
16+
Read();
17+
Event();
1818
}
1919

2020
// Update is called once per frame
@@ -38,6 +38,5 @@ void Event()
3838
});
3939

4040
iEvent.Dispatch("hello", null);
41-
4241
}
4342
}

0 commit comments

Comments
 (0)