瀏覽代碼

documentation

Pamela Wolf 4 年之前
父節點
當前提交
2687bc07b1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/Materials/Node/nodeMaterialBlockConnectionPoint.ts

+ 3 - 0
src/Materials/Node/nodeMaterialBlockConnectionPoint.ts

@@ -151,6 +151,9 @@ export class NodeMaterialConnectionPoint {
      */
      */
     public isExposedOnFrame: boolean =  false;
     public isExposedOnFrame: boolean =  false;
 
 
+    /**
+     * Gets or sets number indicating the position that the port is exposed to on a frame
+     */
     public exposedPortPosition: number = -1;
     public exposedPortPosition: number = -1;
 
 
     /**
     /**