소스 검색

Scene Manager: V5.0.0-A59.1

Unity Style Spot Light Projector Support
Mackey Kinard 4 년 전
부모
커밋
c1bbd50c3c
2개의 변경된 파일10개의 추가작업 그리고 8개의 파일을 삭제
  1. 2 0
      Playground/libs/babylon.manager.d.ts
  2. 8 8
      Playground/libs/babylon.manager.js

+ 2 - 0
Playground/libs/babylon.manager.d.ts

@@ -198,6 +198,8 @@ declare module BABYLON {
         static GetTransformNode(scene: BABYLON.Scene, name: string): BABYLON.TransformNode;
         /** Gets the specified transform node by id from scene. */
         static GetTransformNodeByID(scene: BABYLON.Scene, id: string): BABYLON.TransformNode;
+        /** Gets the transform node child detail mesh. */
+        static GetTransformDetailMesh(transform: TransformNode): BABYLON.AbstractMesh;
         /** Gets the transform node primitive meshes. */
         static GetPrimitiveMeshes(transform: TransformNode): BABYLON.AbstractMesh[];
         /** Gets the specified transform node primary layer index. */

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 8 - 8
Playground/libs/babylon.manager.js