コード例 #1
0
        void Channel()
        {
            int channel_id = file.read_int();

            currentEnvelope = new LWSEnvelope();
            currentMotion.insert((LWChannel)channel_id, currentEnvelope);
        }
コード例 #2
0
ファイル: LWMotion.cs プロジェクト: tksuoran/renderstack_net
 public void insert(LWChannel channel, LWSEnvelope envelope)
 {
     envelopes[channel] = envelope;
 }