add ToMessage() to VmcExtSetConfig
This commit is contained in:
parent
09c3c15c87
commit
15f967846b
|
@ -18,6 +18,7 @@
|
|||
|
||||
using Godot;
|
||||
using godotOscSharp;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace godotVmcSharp
|
||||
{
|
||||
|
@ -44,5 +45,10 @@ namespace godotVmcSharp
|
|||
{
|
||||
path = _path;
|
||||
}
|
||||
|
||||
public godotOscSharp.OscMessage ToMessage()
|
||||
{
|
||||
return new godotOscSharp.OscMessage(addr, new List<godotOscSharp.OscArgument>{new godotOscSharp.OscArgument(path, 's')});
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user