VVVV.Nodes.VoxelProperties.SurfaceProperties.SurfaceProperties C# (CSharp) 메소드

SurfaceProperties() 공개 메소드

public SurfaceProperties ( double Thickness ) : System
Thickness double
리턴 System
        public SurfaceProperties(double Thickness)
        {
            this.Thickness = Thickness;
        }
SurfaceProperties