class TextureRect : SceneCustomObject

book_4_sparkGenerated
code_blocksInput

Description

The `TextureRect` class is part of the `Editor.TextureEditor` namespace and extends the `Sandbox.SceneCustomObject`. It is designed to handle texture-related operations within a scene, providing functionality to render textures as scene objects.

Members

Instance Members

Member NameSummary
RenderSceneObject Renders the texture as a scene object. This method is virtual and can be overridden in derived classes.
Texture Gets or sets the texture associated with this `TextureRect` instance.