SetUserData<U>(U, Object)
Sets the opaque user data. This same data is passed as the last argument to ProcessFrame.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Playables
- Assembly: UnityEngine.CoreModule
SetUserData<T>(T, Object)
public static void SetUserData<U>(this U output, Object value) where U : struct, IPlayableOutput