UnityEditor.AudioMixerSnapshotListView.Rename C# (CSharp) Method

Rename() private method

private Rename ( AudioMixerSnapshotController snapshot ) : void
snapshot UnityEditor.Audio.AudioMixerSnapshotController
return void
        private void Rename(AudioMixerSnapshotController snapshot)
        {
            this.m_ReorderableListWithRenameAndScrollView.BeginRename(this.GetSnapshotIndex(snapshot), 0f);
        }