コード例 #1
0
ファイル: OscOut.cs プロジェクト: Koala-Lumpur/P5_Group502
 void Awake()
 {
     _endOfFrameBuffer = new SerializedOscMessageBuffer(_udpBufferSize);
     if (enabled && Application.isPlaying && _openOnAwake)
     {
         Open(_port, _remoteIpAddress);
     }
 }