コード例 #1
0
        public AudioSource3D(GameObject owner)
        {
            if (player == null)
            {
                player = PlayScene.Player;
            }

            this.owner   = owner;
            VolumeOffset = 0.1f;

            AudioManager.AddAudioSource3D(this);
        }