浏览代码

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;
 
+    /**
+     * Gets or sets number indicating the position that the port is exposed to on a frame
+     */
     public exposedPortPosition: number = -1;
 
     /**