Explorar el Código

documentation

Pamela Wolf hace 4 años
padre
commit
2687bc07b1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;
 
     /**