Artemis.Engine.Fixins.TextureFixin.RenderTexture C# (CSharp) Method

RenderTexture() private method

private RenderTexture ( ) : void
return void
        private void RenderTexture()
        {
            if (Texture != null)
            {
                var properties = Form.SpriteProperties;
                ArtemisEngine.RenderPipeline.Render(
                    Texture, Form.GetPosition(CoordinateSpace), properties);
            }
        }