C# Class Touhou.ExampleSprite.ExampleSprite.Background

Show file Open project: schedule-productions/Touhou

Public Properties

Property Type Description
img Microsoft.Xna.Framework.Graphics.Texture2D
layer float
scrollDir Vector2
scrollPos Vector2

Public Methods

Method Description
Background ( Microsoft.Xna.Framework.Graphics.Texture2D i, Vector2 sd, float l ) : System
draw ( ) : void

Method Details

Background() public method

public Background ( Microsoft.Xna.Framework.Graphics.Texture2D i, Vector2 sd, float l ) : System
i Microsoft.Xna.Framework.Graphics.Texture2D
sd Vector2
l float
return System

draw() public method

public draw ( ) : void
return void

Property Details

img public property

public Texture2D,Microsoft.Xna.Framework.Graphics img
return Microsoft.Xna.Framework.Graphics.Texture2D

layer public property

public float layer
return float

scrollDir public property

public Vector2 scrollDir
return Vector2

scrollPos public property

public Vector2 scrollPos
return Vector2