C# Class UnityEditor.AudioMixerSnapshotListView.SnapshotMenu

显示文件 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
Show ( Rect buttonRect, AudioMixerSnapshotController snapshot, AudioMixerSnapshotListView list ) : void

Private Methods

Method Description
Delete ( object userData ) : void
Duplicate ( object userData ) : void
Rename ( object userData ) : void
SetAsStartupSnapshot ( object userData ) : void

Method Details

Show() public static method

public static Show ( Rect buttonRect, AudioMixerSnapshotController snapshot, AudioMixerSnapshotListView list ) : void
buttonRect UnityEngine.Rect
snapshot UnityEditor.Audio.AudioMixerSnapshotController
list AudioMixerSnapshotListView
return void