Метод | Описание | |
---|---|---|
FakeContentLogger ( int id ) : System | ||
LogImportantMessage ( string message ) : void | ||
LogMessage ( string message ) : void | ||
LogWarning ( string helpLink, Microsoft.Xna.Framework.Content.Pipeline.ContentIdentity contentIdentity, string message ) : void |
public FakeContentLogger ( int id ) : System | ||
id | int | |
Результат | System |
public LogImportantMessage ( string message ) : void | ||
message | string | |
Результат | void |
public LogMessage ( string message ) : void | ||
message | string | |
Результат | void |
public LogWarning ( string helpLink, Microsoft.Xna.Framework.Content.Pipeline.ContentIdentity contentIdentity, string message ) : void | ||
helpLink | string | |
contentIdentity | Microsoft.Xna.Framework.Content.Pipeline.ContentIdentity | |
message | string | |
Результат | void |