C# Class AssetBundleGraph.GraphBackground

Show file Open project: unity3d-jp/AssetGraph

Private Properties

Property Type Description
DrawGrid void
DrawGridLines void
DrawLine void

Public Methods

Method Description
Draw ( Rect position, Vector2 scroll ) : void

Private Methods

Method Description
DrawGrid ( ) : void
DrawGridLines ( float gridSize, Color gridColor ) : void
DrawLine ( Vector2 p1, Vector2 p2 ) : void

Method Details

Draw() public method

public Draw ( Rect position, Vector2 scroll ) : void
position UnityEngine.Rect
scroll Vector2
return void