TextureWidget

Description

sealed class Tinman.AddOns.Widgets.TextureWidget

Derived from

Widget abstract

Full source code is included in the Tinman 3D SDK download.

A GUI widget that displays the contents of a TexelBuffer.

Public / Attributes

Texture


[OwnerValue]
public attribute Texture → (get,set)

value : TexelBuffer

The texture content or null.

The texture to show.

Logging

Logger


public static readonly attribute Logger → (ILogger)

The logger object of this class.