C# Class Invert.Core.GraphDesigner.HeaderDrawer

Inheritance: Drawer
显示文件 Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
Draw ( IPlatformDrawer platform, float scale ) : void
Refresh ( IPlatformDrawer platform, Vector2 position, bool hardRefresh = true ) : void

Method Details

Draw() public method

public Draw ( IPlatformDrawer platform, float scale ) : void
platform IPlatformDrawer
scale float
return void

Refresh() public method

public Refresh ( IPlatformDrawer platform, Vector2 position, bool hardRefresh = true ) : void
platform IPlatformDrawer
position Vector2
hardRefresh bool
return void