public SFXKeyFrame(AnimationObjectKeyFrame Copy)
 {
     _SFX = new SFX();
 }
Example #2
0
        public SFXHelper(SFX SFX)
        {
            InitializeComponent();

            this.SFX = SFX;
        }
 internal SFXKeyFrame()
 {
     _SFX = new SFX();
 }
Example #4
0
        public SFXHelper()
        {
            InitializeComponent();

            SFX = new SFX();
        }