C# Class AcManager.Controls.Helpers.PresetsMenuHelper

Inheritance: IDisposable
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string presetsKey, Action action, string displayName = "" ) : HierarchicalItemsView
Dispose ( ) : void
GroupPresets ( string presetsKey, Action action ) : IEnumerable

Method Details

Create() public méthode

public Create ( string presetsKey, Action action, string displayName = "" ) : HierarchicalItemsView
presetsKey string
action Action
displayName string
Résultat HierarchicalItemsView

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GroupPresets() public static méthode

public static GroupPresets ( string presetsKey, Action action ) : IEnumerable
presetsKey string
action Action
Résultat IEnumerable