Click or drag to resize

CameraSnapshotSaveToTexture Method

Saves a snapshot of the 3D window to a Texture2D.

Namespace:  AGI.Foundation.Graphics.Advanced
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
public Texture2D SaveToTexture()

Return Value

Type: Texture2D
The snapshot in a Texture2D.
See Also