Browse Source

tab -> space

FMS-Cat 6 năm trước cách đây
mục cha
commit
bbf1be930e
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/core/Object3D.d.ts

+ 3 - 3
src/core/Object3D.d.ts

@@ -120,9 +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.
-	 */
+  /**
+   * 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;
 
   /**