Grey.Vox.VoxFaceType.VoxFaceType C# (CSharp) Method

VoxFaceType() public method

public VoxFaceType ( ) : System
return System
        public VoxFaceType()
        {
            Types = new uint[] { NONE, NONE, NONE, NONE, NONE, NONE };
            AllowTypes = new uint[] { ALL, ALL, ALL, ALL, ALL, ALL };
        }