C# Class Oglr.Core.DrawStuffOnTheGamesCanvas

Inheritance: IDrawStuffOnTheGamesCanvas
Afficher le fichier Open project: SteveDunn/oglr

Méthodes publiques

Méthode Description
Draw ( RendererParams rendererParams ) : void
DrawStuffOnTheGamesCanvas ( IDrawing drawing, IGame game ) : System
QueueForDebugDraw ( System.Action action ) : void

Private Methods

Méthode Description
drawAllItems ( RendererParams rendererParams ) : void
drawCurrentItemBeingCreatedIfNeeded ( UserActionInEditor userActionInEditor, EntityCreation entityCreation ) : void
drawFramesAroundSelectedEditors ( RendererParams rendererParams ) : void
drawGrid ( Camera camera ) : void
drawSelectionBoxIfNeeded ( RendererParams rendererParams ) : void
drawWorldOrigin ( Camera camera ) : void
render ( RendererParams rendererParams ) : void

Method Details

Draw() public méthode

public Draw ( RendererParams rendererParams ) : void
rendererParams RendererParams
Résultat void

DrawStuffOnTheGamesCanvas() public méthode

public DrawStuffOnTheGamesCanvas ( IDrawing drawing, IGame game ) : System
drawing IDrawing
game IGame
Résultat System

QueueForDebugDraw() public méthode

public QueueForDebugDraw ( System.Action action ) : void
action System.Action
Résultat void