C# 클래스 Protogame.NetworkTrafficProfilerVisualiser.NetworkSampler

파일 보기 프로젝트 열기: RedpointGames/Protogame

공개 메소드들

메소드 설명
NetworkSampler ( I2DRenderUtilities renderUtilities, FontAsset defaultFont, string type ) : System.Collections.Generic
Render ( IRenderContext renderContext, Rectangle rectangle ) : void
Sample ( int>.Dictionary bytes, int>.Dictionary counts, int maxHistory ) : void

비공개 메소드들

메소드 설명
RenderHeader ( IRenderContext renderContext, Rectangle rectangle, string title, int n, int lastBytes, int maxBytes, string s ) : void

메소드 상세

NetworkSampler() 공개 메소드

public NetworkSampler ( I2DRenderUtilities renderUtilities, FontAsset defaultFont, string type ) : System.Collections.Generic
renderUtilities I2DRenderUtilities
defaultFont FontAsset
type string
리턴 System.Collections.Generic

Render() 공개 메소드

public Render ( IRenderContext renderContext, Rectangle rectangle ) : void
renderContext IRenderContext
rectangle Microsoft.Xna.Framework.Rectangle
리턴 void

Sample() 공개 메소드

public Sample ( int>.Dictionary bytes, int>.Dictionary counts, int maxHistory ) : void
bytes int>.Dictionary
counts int>.Dictionary
maxHistory int
리턴 void