C# Class hyades.Resources

Afficher le fichier Open project: zfedoran/bubblebound

Méthodes publiques

Свойство 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

Méthodes publiques

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

Private Methods

Méthode Description
Add ( string name, object o ) : void

Method Details

GetName() public static méthode

public static GetName ( object o ) : string
o object
Résultat string

GetObject() public static méthode

public static GetObject ( string name ) : object
name string
Résultat object

Load() public static méthode

public static Load ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
Résultat void

Unload() public static méthode

public static Unload ( ) : void
Résultat void

Property Details

arial10px_font public_oe static_oe property

public static Font,hyades.graphics arial10px_font
Résultat hyades.graphics.Font

background_music public_oe static_oe property

public static SoundEffect,Microsoft.Xna.Framework.Audio background_music
Résultat Microsoft.Xna.Framework.Audio.SoundEffect

box_model public_oe static_oe property

public static Model,Microsoft.Xna.Framework.Graphics box_model
Résultat Microsoft.Xna.Framework.Graphics.Model

bubble_reflection_texture public_oe static_oe property

public static Texture2D,Microsoft.Xna.Framework.Graphics bubble_reflection_texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

bubble_reflection_texture_region public_oe static_oe property

public static TextureRegion,hyades.graphics bubble_reflection_texture_region
Résultat hyades.graphics.TextureRegion

bubble_texture public_oe static_oe property

public static Texture2D,Microsoft.Xna.Framework.Graphics bubble_texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

bubble_texture_region public_oe static_oe property

public static TextureRegion,hyades.graphics bubble_texture_region
Résultat hyades.graphics.TextureRegion

controls_region public_oe static_oe property

public static TextureRegion,hyades.graphics controls_region
Résultat hyades.graphics.TextureRegion

description_font public_oe static_oe property

public static Font,hyades.graphics description_font
Résultat hyades.graphics.Font

droplet_sound public_oe static_oe property

public static SoundEffect,Microsoft.Xna.Framework.Audio droplet_sound
Résultat Microsoft.Xna.Framework.Audio.SoundEffect

fish_model public_oe static_oe property

public static Model,Microsoft.Xna.Framework.Graphics fish_model
Résultat Microsoft.Xna.Framework.Graphics.Model

hud_on public_oe static_oe property

public static TextureRegion,hyades.graphics hud_on
Résultat hyades.graphics.TextureRegion

instructions_texture public_oe static_oe property

public static Texture2D,Microsoft.Xna.Framework.Graphics instructions_texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

instructions_texture_region public_oe static_oe property

public static TextureRegion,hyades.graphics instructions_texture_region
Résultat hyades.graphics.TextureRegion

logo_texture public_oe static_oe property

public static Texture2D,Microsoft.Xna.Framework.Graphics logo_texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

logo_texture_region public_oe static_oe property

public static TextureRegion,hyades.graphics logo_texture_region
Résultat hyades.graphics.TextureRegion

octopus_model public_oe static_oe property

public static Model,Microsoft.Xna.Framework.Graphics octopus_model
Résultat Microsoft.Xna.Framework.Graphics.Model

option_font public_oe static_oe property

public static Font,hyades.graphics option_font
Résultat hyades.graphics.Font

particle_texture_region public_oe static_oe property

public static TextureRegion,hyades.graphics particle_texture_region
Résultat hyades.graphics.TextureRegion

postprocessor_bloom public_oe static_oe property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_bloom
Résultat Microsoft.Xna.Framework.Graphics.Effect

postprocessor_blur public_oe static_oe property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_blur
Résultat Microsoft.Xna.Framework.Graphics.Effect

postprocessor_dof public_oe static_oe property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_dof
Résultat Microsoft.Xna.Framework.Graphics.Effect

postprocessor_extract public_oe static_oe property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_extract
Résultat Microsoft.Xna.Framework.Graphics.Effect

postprocessor_scale public_oe static_oe property

public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_scale
Résultat Microsoft.Xna.Framework.Graphics.Effect

ray_texture public_oe static_oe property

public static Texture2D,Microsoft.Xna.Framework.Graphics ray_texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

rock_model public_oe static_oe property

public static Model,Microsoft.Xna.Framework.Graphics rock_model
Résultat Microsoft.Xna.Framework.Graphics.Model

seaurchin_model public_oe static_oe property

public static Model,Microsoft.Xna.Framework.Graphics seaurchin_model
Résultat Microsoft.Xna.Framework.Graphics.Model

skybox_model public_oe static_oe property

public static Model,Microsoft.Xna.Framework.Graphics skybox_model
Résultat Microsoft.Xna.Framework.Graphics.Model

spriterenderer_material public_oe static_oe property

public static Effect,Microsoft.Xna.Framework.Graphics spriterenderer_material
Résultat Microsoft.Xna.Framework.Graphics.Effect

starfish_model public_oe static_oe property

public static Model,Microsoft.Xna.Framework.Graphics starfish_model
Résultat Microsoft.Xna.Framework.Graphics.Model

title_font public_oe static_oe property

public static Font,hyades.graphics title_font
Résultat hyades.graphics.Font

title_texture public_oe static_oe property

public static Texture2D,Microsoft.Xna.Framework.Graphics title_texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

white_texture_region public_oe static_oe property

public static TextureRegion,hyades.graphics white_texture_region
Résultat hyades.graphics.TextureRegion