3D抗锯齿功能配置
Module | 类名 | 说明 |
core | Antialiasing | 3D抗锯齿 |
3D抗锯齿功能模型
属性 | 说明 | 默认值 | 备注 |
enable | 3D抗锯齿开关 | true | true表示开启,false表示关闭 |
class Antialiasing(val bundle: FUBundleData)
bundle:通过3D抗锯齿Bundle文件构造的文件数据模型
Antialiasing antialiasing = new Antialiasing(new FUBundleData(DemoConfig.BUNDLE_ANTI_ALIASING));