Summary
[Pro-Only]
    Assigns the 
		Animancer.Easing.GetDelegate(Animancer.Easing.Function) as the
    Animancer.FadeGroup.Easing.
    - Assembly
- Animancer.dll 
- Namespace
- Animancer
- Containing Type
- FadeGroupExtensions
Syntax
public static void SetEasing(this FadeGroup fade, Easing.Function function)Remarks
    This method allows you to avoid null-checking the `fade`.
    
    Animancer Lite ignores this feature in runtime builds.
    
	Parameters
| Name | Type | Description | 
|---|---|---|
| fade | FadeGroup | |
| function | Easing | 
Return Value
| Type | Description | 
|---|---|
| void |