C# Class Touhou.ExampleSprite.ExampleSprite.Background

Mostrar archivo 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_oe property

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

layer public_oe property

public float layer
return float

scrollDir public_oe property

public Vector2 scrollDir
return Vector2

scrollPos public_oe property

public Vector2 scrollPos
return Vector2