interface IModuleAgentResource {
    opaqueCustomSort: boolean;
    opaqueList: SingletonList<IRenderElement3D>;
    transCustomSort: boolean;
    transparentList: SingletonList<IRenderElement3D>;
}

实现于

属性

opaqueCustomSort: boolean
transCustomSort: boolean