예제 #1
0
 public MySoundCue(MyCueProxy cue, MySoundCuesEnum cueEnum, bool apply3d)
 {
     m_cue = cue;
     m_version = cue.Version;
     m_cueEnum = cueEnum;
     m_apply3d = apply3d;
 }
예제 #2
0
 public MySoundCue(MyCueProxy cue, MySoundCuesEnum cueEnum, bool apply3d)
 {
     m_cue     = cue;
     m_version = cue.Version;
     m_cueEnum = cueEnum;
     m_apply3d = apply3d;
 }