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

CanShowFace() public method

public CanShowFace ( VoxFaceType neighbor, int f ) : bool
neighbor VoxFaceType
f int
return bool
        public bool CanShowFace(VoxFaceType neighbor, int f)
        {
            return (Types[f] & neighbor.AllowTypes[f ^ 0x01]) != 0;
        }