|
| LevelRenderer (Level level) |
|
void | ReloadTextures () |
|
void | Flash () |
|
void | Update (float deltaTime, Camera cam) |
|
void | SetVertices (VertexPositionTexture[] wallVertices, VertexPositionTexture[] wallEdgeVertices, Texture2D wallTexture, Texture2D edgeTexture, Color color) |
|
void | DrawBackground (SpriteBatch spriteBatch, Camera cam, LevelObjectManager backgroundSpriteManager=null, BackgroundCreatureManager backgroundCreatureManager=null) |
|
void | DrawForeground (SpriteBatch spriteBatch, Camera cam, LevelObjectManager backgroundSpriteManager=null) |
|
void | DrawDebugOverlay (SpriteBatch spriteBatch, Camera cam) |
|
void | RenderWalls (GraphicsDevice graphicsDevice, Camera cam) |
|
void | Dispose () |
|
|
static VertexPositionColorTexture[] | GetColoredVertices (VertexPositionTexture[] vertices, Color color) |
|
Definition at line 70 of file LevelRenderer.cs.
◆ LevelRenderer()
Barotrauma.LevelRenderer.LevelRenderer |
( |
Level |
level | ) |
|
◆ Dispose()
void Barotrauma.LevelRenderer.Dispose |
( |
| ) |
|
◆ DrawBackground()
◆ DrawDebugOverlay()
void Barotrauma.LevelRenderer.DrawDebugOverlay |
( |
SpriteBatch |
spriteBatch, |
|
|
Camera |
cam |
|
) |
| |
◆ DrawForeground()
void Barotrauma.LevelRenderer.DrawForeground |
( |
SpriteBatch |
spriteBatch, |
|
|
Camera |
cam, |
|
|
LevelObjectManager |
backgroundSpriteManager = null |
|
) |
| |
◆ Flash()
void Barotrauma.LevelRenderer.Flash |
( |
| ) |
|
◆ GetColoredVertices()
static VertexPositionColorTexture [] Barotrauma.LevelRenderer.GetColoredVertices |
( |
VertexPositionTexture[] |
vertices, |
|
|
Color |
color |
|
) |
| |
|
static |
◆ ReloadTextures()
void Barotrauma.LevelRenderer.ReloadTextures |
( |
| ) |
|
◆ RenderWalls()
void Barotrauma.LevelRenderer.RenderWalls |
( |
GraphicsDevice |
graphicsDevice, |
|
|
Camera |
cam |
|
) |
| |
◆ SetVertices()
void Barotrauma.LevelRenderer.SetVertices |
( |
VertexPositionTexture[] |
wallVertices, |
|
|
VertexPositionTexture[] |
wallEdgeVertices, |
|
|
Texture2D |
wallTexture, |
|
|
Texture2D |
edgeTexture, |
|
|
Color |
color |
|
) |
| |
◆ Update()
void Barotrauma.LevelRenderer.Update |
( |
float |
deltaTime, |
|
|
Camera |
cam |
|
) |
| |
◆ ChromaticAberrationStrength
float Barotrauma.LevelRenderer.ChromaticAberrationStrength |
|
getset |
◆ CollapseEffectOrigin
Vector2 Barotrauma.LevelRenderer.CollapseEffectOrigin |
|
getset |
◆ CollapseEffectStrength
float Barotrauma.LevelRenderer.CollapseEffectStrength |
|
getset |
◆ FlashColor
Color Barotrauma.LevelRenderer.FlashColor |
|
get |