gsk.texture_node
Module for [TextureNode] class
class TextureNode
Types 1
classTextureNode : gsk.render_node.RenderNode
A render node for a [gdk.texture.Texture].
Methods
gdk.texture.Texture getTexture()Retrieves the [gdk.texture.Texture] used when creating this [gsk.render_node.RenderNode]. Returns: the [gdk.texture.Texture]Constructors
this(gdk.texture.Texture texture, graphene.rect.Rect bounds)Creates a [gsk.render_node.RenderNode] that will render the given texture into the area given by bounds.