Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetDuration<U>(U, double)

Changes the duration of the Playable.
Read time 1 minuteLast updated 6 days ago

Definition

SetDuration<T>(T, double)

public static void SetDuration<U>(this U playable, double value) where U : struct, IPlayable

Parameters

playable

T
The Playable used by this operation.

value

The new duration in seconds, must be a positive value.

Remarks

Use this templated extension method on any type that inherits from IPlayable.