Grey.Vox.VoxFaceType.SetAllMasks C# (CSharp) 메소드

SetAllMasks() 공개 메소드

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