Image

画像を管理するクラス

Constructors

this
this()
Undocumented in source.
this
this(string file)

Imageの初期化

Members

Functions

create_texture
void create_texture()

画像テクスチャの作成

load
void load(string file)

画像の読み込み

Properties

texture
Texture texture [@property getter]

画像テクスチャを返す

Meta