C# Class RagePixel2.CreateSpriteHandler

Inheritance: IRagePixelMode
Afficher le fichier Open project: JuhaKiili/RagePixel2

Private Properties

Свойство Type Description
CreateSprite void
DrawMarquee void
DrawSizeLabel void

Méthodes publiques

Méthode Description
AllowPickingDefaultBehaviour ( ) : bool
OnMouseDown ( RagePixelState state ) : void
OnMouseDrag ( RagePixelState state ) : void
OnMouseMove ( RagePixelState state ) : void
OnMouseUp ( RagePixelState state ) : void
OnRepaint ( RagePixelState state ) : void
OnSceneGUI ( RagePixelState state ) : void

Private Methods

Méthode Description
CreateSprite ( ) : void
DrawMarquee ( ) : void
DrawSizeLabel ( ) : void

Method Details

AllowPickingDefaultBehaviour() public méthode

public AllowPickingDefaultBehaviour ( ) : bool
Résultat bool

OnMouseDown() public méthode

public OnMouseDown ( RagePixelState state ) : void
state RagePixelState
Résultat void

OnMouseDrag() public méthode

public OnMouseDrag ( RagePixelState state ) : void
state RagePixelState
Résultat void

OnMouseMove() public méthode

public OnMouseMove ( RagePixelState state ) : void
state RagePixelState
Résultat void

OnMouseUp() public méthode

public OnMouseUp ( RagePixelState state ) : void
state RagePixelState
Résultat void

OnRepaint() public méthode

public OnRepaint ( RagePixelState state ) : void
state RagePixelState
Résultat void

OnSceneGUI() public méthode

public OnSceneGUI ( RagePixelState state ) : void
state RagePixelState
Résultat void