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 Name | Summary |
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. |