Property | Type | Description | |
---|---|---|---|
arial10px_font | |||
background_music | |||
box_model | |||
bubble_reflection_texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
bubble_reflection_texture_region | |||
bubble_texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
bubble_texture_region | |||
controls_region | |||
description_font | |||
droplet_sound | |||
fish_model | |||
hud_on | |||
instructions_texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
instructions_texture_region | |||
logo_texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
logo_texture_region | |||
octopus_model | |||
option_font | |||
particle_texture_region | |||
postprocessor_bloom | |||
postprocessor_blur | |||
postprocessor_dof | |||
postprocessor_extract | |||
postprocessor_scale | |||
ray_texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
rock_model | |||
seaurchin_model | |||
skybox_model | |||
spriterenderer_material | |||
starfish_model | |||
title_font | |||
title_texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
white_texture_region |
Method | Description | |
---|---|---|
GetName ( object o ) : string | ||
GetObject ( string name ) : object | ||
Load ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
Unload ( ) : void |
Method | Description | |
---|---|---|
Add ( string name, object o ) : void |
public static GetObject ( string name ) : object | ||
name | string | |
return | object |
public static Load ( Microsoft.Xna.Framework.Content.ContentManager content ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | void |
public static Font,hyades.graphics arial10px_font | ||
return |
public static SoundEffect,Microsoft.Xna.Framework.Audio background_music | ||
return |
public static Model,Microsoft.Xna.Framework.Graphics box_model | ||
return |
public static Texture2D,Microsoft.Xna.Framework.Graphics bubble_reflection_texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public static TextureRegion,hyades.graphics bubble_reflection_texture_region | ||
return |
public static Texture2D,Microsoft.Xna.Framework.Graphics bubble_texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public static TextureRegion,hyades.graphics bubble_texture_region | ||
return |
public static TextureRegion,hyades.graphics controls_region | ||
return |
public static Font,hyades.graphics description_font | ||
return |
public static SoundEffect,Microsoft.Xna.Framework.Audio droplet_sound | ||
return |
public static Model,Microsoft.Xna.Framework.Graphics fish_model | ||
return |
public static TextureRegion,hyades.graphics hud_on | ||
return |
public static Texture2D,Microsoft.Xna.Framework.Graphics instructions_texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public static TextureRegion,hyades.graphics instructions_texture_region | ||
return |
public static Texture2D,Microsoft.Xna.Framework.Graphics logo_texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public static TextureRegion,hyades.graphics logo_texture_region | ||
return |
public static Model,Microsoft.Xna.Framework.Graphics octopus_model | ||
return |
public static Font,hyades.graphics option_font | ||
return |
public static TextureRegion,hyades.graphics particle_texture_region | ||
return |
public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_bloom | ||
return |
public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_blur | ||
return |
public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_dof | ||
return |
public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_extract | ||
return |
public static Effect,Microsoft.Xna.Framework.Graphics postprocessor_scale | ||
return |
public static Texture2D,Microsoft.Xna.Framework.Graphics ray_texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |
public static Model,Microsoft.Xna.Framework.Graphics rock_model | ||
return |
public static Model,Microsoft.Xna.Framework.Graphics seaurchin_model | ||
return |
public static Model,Microsoft.Xna.Framework.Graphics skybox_model | ||
return |
public static Effect,Microsoft.Xna.Framework.Graphics spriterenderer_material | ||
return |
public static Model,Microsoft.Xna.Framework.Graphics starfish_model | ||
return |
public static Font,hyades.graphics title_font | ||
return |
public static Texture2D,Microsoft.Xna.Framework.Graphics title_texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |