# Sandbox.EnvmapProbe

A cubemap probe that captures the environment around it.

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.Component](/api/Sandbox.Component)
- Modifiers: sealed

## Constructors

- [`EnvmapProbe`](/api/Sandbox.EnvmapProbe/.ctor)

## Fields

- [`Dirty`](/api/Sandbox.EnvmapProbe/Dirty)

## Properties

- [`BakedTexture`](/api/Sandbox.EnvmapProbe/BakedTexture): The texture that was baked for this envmap probe
- [`Bounds`](/api/Sandbox.EnvmapProbe/Bounds)
- [`ComponentVersion`](/api/Sandbox.EnvmapProbe/ComponentVersion)
- [`DelayBetweenUpdates`](/api/Sandbox.EnvmapProbe/DelayBetweenUpdates)
- [`Feathering`](/api/Sandbox.EnvmapProbe/Feathering)
- [`FrameInterval`](/api/Sandbox.EnvmapProbe/FrameInterval)
- [`MaxDistance`](/api/Sandbox.EnvmapProbe/MaxDistance): Only update dynamically if we're this close to it
- [`Mode`](/api/Sandbox.EnvmapProbe/Mode)
- [`MultiBounce`](/api/Sandbox.EnvmapProbe/MultiBounce): Minimum amount of reflection bounces to render when first enabled before settling, at cost of extra performance on load Often times you don't need this
- [`Priority`](/api/Sandbox.EnvmapProbe/Priority): Gets or sets the priority level for the object.
- [`Projection`](/api/Sandbox.EnvmapProbe/Projection)
- [`RenderDynamically`](/api/Sandbox.EnvmapProbe/RenderDynamically)
- [`RenderExcludeTags`](/api/Sandbox.EnvmapProbe/RenderExcludeTags): Objects with any of these tags will be excluded when rendering this cubemap.
- [`Resolution`](/api/Sandbox.EnvmapProbe/Resolution): Resolution of the cubemap texture
- [`Texture`](/api/Sandbox.EnvmapProbe/Texture): If this is set, the EnvmapProbe will use a custom cubemap texture instead of rendering dynamically
- [`TintColor`](/api/Sandbox.EnvmapProbe/TintColor)
- [`UpdateStrategy`](/api/Sandbox.EnvmapProbe/UpdateStrategy)
- [`ZFar`](/api/Sandbox.EnvmapProbe/ZFar)
- [`ZNear`](/api/Sandbox.EnvmapProbe/ZNear)

## Methods

- [`Bake`](/api/Sandbox.EnvmapProbe/Bake): Bake this envmap now. This will stop it being dynamic if it was.
- [`BakeAll`](/api/Sandbox.EnvmapProbe/BakeAll)
