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

SetAllTypes() public method

public SetAllTypes ( uint t ) : void
t uint
return void
        public void SetAllTypes(uint t)
        {
            Types[0] = t;
            Types[1] = t;
            Types[2] = t;
            Types[3] = t;
            Types[4] = t;
            Types[5] = t;
        }