FarseerPhysics.DebugViewBase.AppendFlags C# (CSharp) Method

AppendFlags() public method

Append flags to the current flags.
public AppendFlags ( DebugViewFlags flags ) : void
flags DebugViewFlags The flags.
return void
        public void AppendFlags(DebugViewFlags flags)
        {
            Flags |= flags;
        }