Delegate ModelDownloadLoader.Action<T1, T2, T3, T4, T5>
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public delegate void Action<T1, T2, T3, T4, T5>(T1 p1, T2 p2, T3 p3, T4 p4, T5 p5);
Parameters
Type | Name | Description |
---|---|---|
T1 | p1 | |
T2 | p2 | |
T3 | p3 | |
T4 | p4 | |
T5 | p5 |
Type Parameters
Name | Description |
---|---|
T1 | |
T2 | |
T3 | |
T4 | |
T5 |