-
Notifications
You must be signed in to change notification settings - Fork 136
Commit a04c190
committed
Make value types fit into the type hierarchy better
- Managed structs no longer derive from ValueType
- Enums are now structs with const static fields for their enumerators
- Primitives are now structs in System and in all APIs
- Boxing is now available for all target reference types via explicit conversion operators
Use primitive types (e.g. int32_t) in all bindings functions instead of structs (e.g. System::Int32)
Upgrade to Unity 2017.3
Update README1 parent 0f37ca2 commit a04c190
File tree
9 files changed
+16556
-13113
lines changed- Unity
- Assets
- NativeScript
- Editor
- CppSource
- Game
- NativeScript
- ProjectSettings
9 files changed
+16556
-13113
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | - | ||
104 | + | ||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
|
Large diffs are not rendered by default.
0 commit comments