Sandbox Logo

ScenePanel.RenderTexture

Texture RenderTexture { get; set; }

Description

The texture that the panel is rendering to internally. This will change to a different texture if the panel changes size, so I wouldn't hold onto this object.

Return

User Comments