C# Class UnityEditor.VersionControl.Message

Messages from the version control system.

Show file Open project: CarlosHBC/UnityDecompiled

Private Properties

Property Type Description
Dispose void
Info void
Message System

Public Methods

Method Description
Show ( ) : void

Write the message to the console.

Private Methods

Method Description
Dispose ( ) : void
Info ( string message ) : void
Message ( ) : System

Method Details

Show() public method

Write the message to the console.

public Show ( ) : void
return void