TextureRect
Derives from SceneCustomObject

Constructors

TextureRect( SceneWorld sceneWorld, Texture texture, )

Properties

Texture Texture { get; set; }

Methods

override void RenderSceneObject( )

Called when this scene object needs to be rendered. Invokes SceneCustomObject.RenderOverride by default. See the Sandbox.Graphics library for a starting point.