VignetteEffect¶
类位于 Infernux.renderstack
继承自: FullScreenEffect
描述¶
暗角效果。画面四周渐暗——电影感利器。
description
属性¶
| 名称 | 类型 | 描述 |
|---|---|---|
| name | str |
(只读) |
| injection_point | str |
(只读) |
| default_order | int |
(只读) |
| menu_path | str |
(只读) |
| intensity | float |
暗角强度。 |
| smoothness | float |
过渡平滑度。 |
| roundness | float |
|
| rounded | bool |
properties
公共方法¶
| 方法 | 描述 |
|---|---|
get_shader_list() → List[str] |
|
setup_passes(graph: RenderGraph, bus: ResourceBus) → None |
public_methods
示例¶
example
另请参阅¶
see_also