提交 3e84744a 编写于 作者: F FMS-Cat

WebGLRenderer.d.ts: add a comment

上级 0e557886
......@@ -333,14 +333,17 @@ export class WebGLRenderer implements Renderer {
): void;
/**
* @deprecated
* Returns the current RenderTarget if there are; returns null otherwise.
*/
getRenderTarget(): RenderTarget | null;
/**
* @deprecated Use {@link WebGLRenderer#getRenderTarget .getRenderTarget()} instead.
*/
getCurrentRenderTarget(): RenderTarget | null;
setRenderTarget(renderTarget: RenderTarget | null, activeCubeFace?: number, activeMipMapLevel?: number): void;
readRenderTargetPixels(
renderTarget: RenderTarget,
x: number,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册