C# Class Pathfinding.SizeProfiler

Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
Begin ( string s, BinaryWriter stream ) : void
Begin ( string s, BinaryWriter stream, bool autoClosing ) : void
Begin ( string s, Stream stream, bool autoClosing ) : void
End ( string s, BinaryWriter stream ) : void
End ( string s, Stream stream ) : void
Log ( ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void