スプライトに設定されているテクスチャ
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Texture Texture { get; set; }
Public Property Texture As Texture
Get
Set
public:
property Texture^ Texture {
Texture^ get ();
void set (Texture^ value);
}
member Texture : Texture with get, set
Property Value
Type:
Texture
See Also