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

SetAllMasks() public method

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