コード例 #1
0
ファイル: SoundEffectInstance.cs プロジェクト: tiomke/paradox
        internal override void DestroyImpl()
        {
            if (soundEffect != null)
            {
                soundEffect.UnregisterInstance(this);
            }

            PlatformSpecificDisposeImpl();
        }