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()
Public Function SaveToTexture As Texture2D
public:
Texture2D^ SaveToTexture()
member SaveToTexture : unit -> Texture2D
Return Value
Type:
Texture2DThe snapshot in a
Texture2D.
See Also