Метод | Описание | |
---|---|---|
GATFilterParam ( AGATMonoFilter filter, string paramName ) : System |
Initialize a filter parameter handler for the given filter. paramName should be the exact name of the property to tweak.
|
|
GATFilterParam ( int trackNb, int slotNb, string paramName, GATPlayer player = null ) : System |
Initialize a filter parameter handler for a track filter. paramName should be the exact name of the property to tweak. If player is null, the default player is used instead.
|
|
GATFilterParam ( int slotNb, string paramName, GATPlayer player = null ) : System |
Initialize a filter parameter handler for a player filter. If player is null, the default player is used instead. paramName should be the exact name of the property to tweak.
|
public GATFilterParam ( AGATMonoFilter filter, string paramName ) : System | ||
filter | AGATMonoFilter | |
paramName | string | |
Результат | System |
public GATFilterParam ( int trackNb, int slotNb, string paramName, GATPlayer player = null ) : System | ||
trackNb | int | |
slotNb | int | |
paramName | string | |
player | GATPlayer | |
Результат | System |
public GATFilterParam ( int slotNb, string paramName, GATPlayer player = null ) : System | ||
slotNb | int | |
paramName | string | |
player | GATPlayer | |
Результат | System |