VVVV.Nodes.VoxelProperties.SurfaceProperties.SurfaceProperties C# (CSharp) Méthode

SurfaceProperties() public méthode

public SurfaceProperties ( double Thickness ) : System
Thickness double
Résultat System
        public SurfaceProperties(double Thickness)
        {
            this.Thickness = Thickness;
        }
SurfaceProperties