提交 7e6324dc 编写于 作者: F FMS-Cat

Add description for Object3D.renderOrder

上级 7946bd5d
......@@ -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.
先完成此消息的编辑!
想要评论请 注册