mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
more jagged arrays are fine
This commit is contained in:
parent
58aeb622ba
commit
b2f95397d8
@ -19,7 +19,7 @@ Some of these types are unsupported due to the complexity they would add, as men
|
|||||||
|
|
||||||
> NOTE: Types in this list can have custom writers.
|
> NOTE: Types in this list can have custom writers.
|
||||||
|
|
||||||
- Jagged and Multidimensional array
|
- Multidimensional array
|
||||||
- Types that Inherit from `UnityEngine.Component`
|
- Types that Inherit from `UnityEngine.Component`
|
||||||
- `UnityEngine.Object`
|
- `UnityEngine.Object`
|
||||||
- `UnityEngine.ScriptableObject`
|
- `UnityEngine.ScriptableObject`
|
||||||
@ -55,7 +55,7 @@ Weaver will Generate Read Write functions for
|
|||||||
- Classes or Structs
|
- Classes or Structs
|
||||||
- Enums
|
- Enums
|
||||||
- Arrays
|
- Arrays
|
||||||
- eg `int[]`
|
- eg `int[]` and `int[][]`
|
||||||
- ArraySegments
|
- ArraySegments
|
||||||
- eg `ArraySegment<int>`
|
- eg `ArraySegment<int>`
|
||||||
- Lists
|
- Lists
|
||||||
|
Loading…
Reference in New Issue
Block a user