Sprite2D Constructor (Texture) |
2Dスプライトオブジェクトを作成します。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Sprite2D(
Texture texture
)
Public Sub New (
texture As Texture
)
public:
Sprite2D(
Texture^ texture
)
new :
texture : Texture -> Sprite2D
Parameters
- texture
- Type: LuminoTexture
2Dスプライトが表示するテクスチャのハンドル
See Also