Clone
3
Home
李若辰 edited this page 2026-04-21 13:59:02 +08:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Xeric UI容器插件

翻页管理器

反射生成器

额外数据类型

  • ObjectVessel

ObjectVessel<> 需要至少一个泛型约定,ObjectVessel 使用Object类型保存对象引用获取时会自动执行拆箱操作。

ObjectVessel 的检视器inspector属性和泛型类型的属性一致外观上没有区别但是保存的方式不同在修改类型时ObjectVessel 不会丢失引用。

使用 ObjectVessel 的优点是统一了界面属性类型,在某些特殊用法下有奇效; 缺点是有装拆箱代价