Click or drag to resize
Sprite2D Constructor (Texture)
2Dスプライトオブジェクトを作成します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Sprite2D(
	Texture texture
)

Parameters

texture
Type: LuminoTexture
2Dスプライトが表示するテクスチャのハンドル
See Also