UnityAction<T0,T1,T2>

public delegate void UnityAction<T0,T1,T2>(T0 arg0, T1 arg1, T2 arg2);

Description

Three argument delegate used by UnityEvents.

Did you find this page useful? Please give it a rating: