C# Class hyades.Resources

Show file Open project: zfedoran/bubblebound

Public Properties

Property Type Description
arial10px_font hyades.graphics.Font
background_music Microsoft.Xna.Framework.Audio.SoundEffect
box_model Microsoft.Xna.Framework.Graphics.Model
bubble_reflection_texture Microsoft.Xna.Framework.Graphics.Texture2D
bubble_reflection_texture_region hyades.graphics.TextureRegion
bubble_texture Microsoft.Xna.Framework.Graphics.Texture2D
bubble_texture_region hyades.graphics.TextureRegion
controls_region hyades.graphics.TextureRegion
description_font hyades.graphics.Font
droplet_sound Microsoft.Xna.Framework.Audio.SoundEffect
fish_model Microsoft.Xna.Framework.Graphics.Model
hud_on hyades.graphics.TextureRegion
instructions_texture Microsoft.Xna.Framework.Graphics.Texture2D
instructions_texture_region hyades.graphics.TextureRegion
logo_texture Microsoft.Xna.Framework.Graphics.Texture2D
logo_texture_region hyades.graphics.TextureRegion
octopus_model Microsoft.Xna.Framework.Graphics.Model
option_font hyades.graphics.Font
particle_texture_region hyades.graphics.TextureRegion
postprocessor_bloom Microsoft.Xna.Framework.Graphics.Effect
postprocessor_blur Microsoft.Xna.Framework.Graphics.Effect
postprocessor_dof Microsoft.Xna.Framework.Graphics.Effect
postprocessor_extract Microsoft.Xna.Framework.Graphics.Effect
postprocessor_scale Microsoft.Xna.Framework.Graphics.Effect
ray_texture Microsoft.Xna.Framework.Graphics.Texture2D
rock_model Microsoft.Xna.Framework.Graphics.Model
seaurchin_model Microsoft.Xna.Framework.Graphics.Model
skybox_model Microsoft.Xna.Framework.Graphics.Model
spriterenderer_material Microsoft.Xna.Framework.Graphics.Effect
starfish_model Microsoft.Xna.Framework.Graphics.Model
title_font hyades.graphics.Font
title_texture Microsoft.Xna.Framework.Graphics.Texture2D
white_texture_region hyades.graphics.TextureRegion

Public Methods

Method Description
GetName ( object o ) : string
GetObject ( string name ) : object
Load ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Unload ( ) : void

Private Methods

Method Description
Add ( string name, object o ) : void

Method Details

GetName() public static method

public static GetName ( object o ) : string
o object
return string

GetObject() public static method

public static GetObject ( string name ) : object
name string
return object

Load() public static method

public static Load ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
return void

Unload() public static method

public static Unload ( ) : void
return void

Property Details

arial10px_font public static property

public static Font,hyades.graphics arial10px_font
return hyades.graphics.Font

background_music public static property

public static SoundEffect,Microsoft.Xna.Framework.Audio background_music
return Microsoft.Xna.Framework.Audio.SoundEffect

box_model public static property

public static Model,Microsoft.Xna.Framework.Graphics box_model
return Microsoft.Xna.Framework.Graphics.Model

bubble_reflection_texture public static property

public static Texture2D,Microsoft.Xna.Framework.Graphics bubble_reflection_texture
return Microsoft.Xna.Framework.Graphics.Texture2D

bubble_reflection_texture_region public static property

public static TextureRegion,hyades.graphics bubble_reflection_texture_region
return hyades.graphics.TextureRegion

bubble_texture public static property

public static Texture2D,Microsoft.Xna.Framework.Graphics bubble_texture
return Microsoft.Xna.Framework.Graphics.Texture2D

bubble_texture_region public static property

public static TextureRegion,hyades.graphics bubble_texture_region
return hyades.graphics.TextureRegion

controls_region public static property

public static TextureRegion,hyades.graphics controls_region
return hyades.graphics.TextureRegion

description_font public static property

public static Font,hyades.graphics description_font
return hyades.graphics.Font

droplet_sound public static property

public static SoundEffect,Microsoft.Xna.Framework.Audio droplet_sound
return Microsoft.Xna.Framework.Audio.SoundEffect

fish_model public static property

public static Model,Microsoft.Xna.Framework.Graphics fish_model
return Microsoft.Xna.Framework.Graphics.Model

hud_on public static property

public static TextureRegion,hyades.graphics hud_on
return hyades.graphics.TextureRegion

instructions_texture public static property

public static Texture2D,Microsoft.Xna.Framework.Graphics instructions_texture
return Microsoft.Xna.Framework.Graphics.Texture2D

instructions_texture_region public static property

public static TextureRegion,hyades.graphics instructions_texture_region
return hyades.graphics.TextureRegion

logo_texture public static property

public static Texture2D,Microsoft.Xna.Framework.Graphics logo_texture
return Microsoft.Xna.Framework.Graphics.Texture2D

logo_texture_region public static property

public static TextureRegion,hyades.graphics logo_texture_region
return hyades.graphics.TextureRegion

octopus_model public static property

public static Model,Microsoft.Xna.Framework.Graphics octopus_model
return Microsoft.Xna.Framework.Graphics.Model

option_font public static property

public static Font,hyades.graphics option_font
return hyades.graphics.Font

particle_texture_region public static property

public static TextureRegion,hyades.graphics particle_texture_region
return hyades.graphics.TextureRegion

postprocessor_bloom public static property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_bloom
return Microsoft.Xna.Framework.Graphics.Effect

postprocessor_blur public static property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_blur
return Microsoft.Xna.Framework.Graphics.Effect

postprocessor_dof public static property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_dof
return Microsoft.Xna.Framework.Graphics.Effect

postprocessor_extract public static property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_extract
return Microsoft.Xna.Framework.Graphics.Effect

postprocessor_scale public static property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_scale
return Microsoft.Xna.Framework.Graphics.Effect

ray_texture public static property

public static Texture2D,Microsoft.Xna.Framework.Graphics ray_texture
return Microsoft.Xna.Framework.Graphics.Texture2D

rock_model public static property

public static Model,Microsoft.Xna.Framework.Graphics rock_model
return Microsoft.Xna.Framework.Graphics.Model

seaurchin_model public static property

public static Model,Microsoft.Xna.Framework.Graphics seaurchin_model
return Microsoft.Xna.Framework.Graphics.Model

skybox_model public static property

public static Model,Microsoft.Xna.Framework.Graphics skybox_model
return Microsoft.Xna.Framework.Graphics.Model

spriterenderer_material public static property

public static Effect,Microsoft.Xna.Framework.Graphics spriterenderer_material
return Microsoft.Xna.Framework.Graphics.Effect

starfish_model public static property

public static Model,Microsoft.Xna.Framework.Graphics starfish_model
return Microsoft.Xna.Framework.Graphics.Model

title_font public static property

public static Font,hyades.graphics title_font
return hyades.graphics.Font

title_texture public static property

public static Texture2D,Microsoft.Xna.Framework.Graphics title_texture
return Microsoft.Xna.Framework.Graphics.Texture2D

white_texture_region public static property

public static TextureRegion,hyades.graphics white_texture_region
return hyades.graphics.TextureRegion