FarseerPhysics.DebugViewBase.RemoveFlags C# (CSharp) Méthode

RemoveFlags() public méthode

Remove flags from the current flags.
public RemoveFlags ( DebugViewFlags flags ) : void
flags DebugViewFlags The flags.
Résultat void
        public void RemoveFlags(DebugViewFlags flags)
        {
            Flags &= ~flags;
        }