This version of Unity is unsupported.

PlayableOutputExtensions.SetUserData

Declaration

public static void SetUserData(U output, Object value);

Parameters

output The PlayableOutput used by this operation.
value The new user data.

Description

Sets the opaque user data. This same data is passed as the last argument to ProcessFrame.