Sound Constructor (String) |
ファイルからサウンドオブジェクトを作成します。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Sound(
string filePath
)
Public Sub New (
filePath As String
)
public:
Sound(
String^ filePath
)
new :
filePath : string -> Sound
Parameters
- filePath
- Type: SystemString
音声ファイルのパス
See Also