Experimental: this API is experimental and might be changed or removed in the future.

AnimationScriptPlayable.GetJobData

Cambiar al Manual
public T GetJobData ();

Valor de retorno

T Returns the IAnimationJob data contained in the playable.

Descripción

Gets the job data contained in the playable.

The generic type must be the same as the one used for the creation of the playable, otherwise an ArgumentException is raised.

See Also: the example in AnimationScriptPlayable.Create.