Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetDuration<U>(U)

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

Definition

GetDuration<T>(T)

public static double GetDuration<U>(this U playable) where U : struct, IPlayable

Parameters

playable

T
The Playable used by this operation.

Returns

Type

Description

doubleThe duration in seconds.

Remarks

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