C# Class Knot3.Framework.Core.DrawableGameComponentExtensions

Exibir arquivo Open project: knot3/knot3-code

Public Methods

Method Description
ToScreenComponent ( this component, IScreen screen ) : DrawableScreenComponent
ToScreenComponent ( this component, IScreen screen, DisplayLayer index ) : DrawableScreenComponent

Method Details

ToScreenComponent() public static method

public static ToScreenComponent ( this component, IScreen screen ) : DrawableScreenComponent
component this
screen IScreen
return DrawableScreenComponent

ToScreenComponent() public static method

public static ToScreenComponent ( this component, IScreen screen, DisplayLayer index ) : DrawableScreenComponent
component this
screen IScreen
index DisplayLayer
return DrawableScreenComponent