C# Class Invert.Core.GraphDesigner.TypedItemDrawer

Inheritance: ItemDrawer
Afficher le fichier Open project: InvertGames/uFrame.Editor

Méthodes publiques

Méthode Description
Draw ( IPlatformDrawer platform, float scale ) : void
DrawOption ( ) : void
OnMouseDown ( MouseEvent mouseEvent ) : void
OptionClicked ( ) : void
OptionRightClicked ( ) : void
Refresh ( IPlatformDrawer platform, Vector2 position, bool hardRefresh = true ) : void
TypedItemDrawer ( TypedItemViewModel viewModel ) : Invert.Common

Method Details

Draw() public méthode

public Draw ( IPlatformDrawer platform, float scale ) : void
platform IPlatformDrawer
scale float
Résultat void

DrawOption() public méthode

public DrawOption ( ) : void
Résultat void

OnMouseDown() public méthode

public OnMouseDown ( MouseEvent mouseEvent ) : void
mouseEvent MouseEvent
Résultat void

OptionClicked() public méthode

public OptionClicked ( ) : void
Résultat void

OptionRightClicked() public méthode

public OptionRightClicked ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( IPlatformDrawer platform, Vector2 position, bool hardRefresh = true ) : void
platform IPlatformDrawer
position UnityEngine.Vector2
hardRefresh bool
Résultat void

TypedItemDrawer() public méthode

public TypedItemDrawer ( TypedItemViewModel viewModel ) : Invert.Common
viewModel TypedItemViewModel
Résultat Invert.Common