C# Class AGS.Engine.AGSImageComponent

Inheritance: AGS.Engine.AGSComponent, IImageComponent, ISpriteProvider, IRenderer
ファイルを表示 Open project: tzachshabtay/MonoAGS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AGSImageComponent ( IHasImage image, IGraphicsFactory factory, IRenderPipeline pipeline, IGLTextureRenderer renderer, ITextureCache textures, ITextureFactory textureFactory ) : System

Method Details

AGSImageComponent() public method

public AGSImageComponent ( IHasImage image, IGraphicsFactory factory, IRenderPipeline pipeline, IGLTextureRenderer renderer, ITextureCache textures, ITextureFactory textureFactory ) : System
image IHasImage
factory IGraphicsFactory
pipeline IRenderPipeline
renderer IGLTextureRenderer
textures ITextureCache
textureFactory ITextureFactory
return System