grape ~master (2014-12-12T08:10:10Z)
Home
Dub
Repo
Image
grape
image
画像を管理するクラス
class
Image {
this
();
this
(string file);
void
load
(string file);
void
create_texture
();
Texture
texture
[@property getter];
}
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
Source
See Implementation
grape
image
classes
Image
ImageRenderer
画像を管理するクラス