未验证 提交 87c09f9d 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #16061 from FMS-Cat/object3d-renderorder-description

Add description for Object3D.renderOrder
......@@ -120,6 +120,9 @@ export class Object3D extends EventDispatcher {
*/
frustumCulled: boolean;
/**
* Overrides the default rendering order of scene graph objects, from lowest to highest renderOrder. Opaque and transparent objects remain sorted independently though. When this property is set for an instance of Group, all descendants objects will be sorted and rendered together.
*/
renderOrder: number;
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册