소스 검색

Clarify usage of CompositorEffect as an abstract base class in the documentation

calsbrook 1 년 전
부모
커밋
3217bc283c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/CompositorEffect.xml

+ 1 - 1
doc/classes/CompositorEffect.xml

@@ -4,7 +4,7 @@
 		This resource allows for creating a custom rendering effect.
 	</brief_description>
 	<description>
-		This resource defines a custom rendering effect that can be applied to [Viewport]s through the viewports' [Environment]. You can implement a callback that is called during rendering at a given stage of the rendering pipeline and allows you to insert additional passes. Note that this callback happens on the rendering thread.
+		This resource defines a custom rendering effect that can be applied to [Viewport]s through the viewports' [Environment]. You can implement a callback that is called during rendering at a given stage of the rendering pipeline and allows you to insert additional passes. Note that this callback happens on the rendering thread. CompositorEffect is an abstract base class and must be extended to implement specific rendering logic.
 	</description>
 	<tutorials>
 	</tutorials>