C# Class AssetBundleGraph.GraphBackground

Afficher le fichier Open project: unity3d-jp/AssetGraph

Private Properties

Свойство Type Description
DrawGrid void
DrawGridLines void
DrawLine void

Méthodes publiques

Méthode Description
Draw ( Rect position, Vector2 scroll ) : void

Private Methods

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

Method Details

Draw() public méthode

public Draw ( Rect position, Vector2 scroll ) : void
position UnityEngine.Rect
scroll Vector2
Résultat void