Version: 2018.4
LanguageEnglish
  • C#

TimelineClip

class in UnityEngine.Timeline


Implements interfaces:ISerializationCallbackReceiver

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Represents a clip on the timeline.

Properties

animationClipAn AnimationClip containing animated parameters.
assetReference to a serializable IPlayableAsset representing the specialization of the clip.
clipCapsFeature capabilities supported by this clip.
clipInTime to start playing the clip at.
durationThe length in seconds of the clip.
endThe end time of the clip.
extrapolatedDurationThe length of the clip including extrapolation.
extrapolatedStartThe start time of the clip when extrapolation is considered.
hasBlendInDoes the clip have blend in?
hasBlendOutDoes the clip have a non-zero blend out?
hasPostExtrapolationIs the clip being extrapolated past it's end time?
hasPreExtrapolationIs the clip being extrapolated before it's start time?
parentTrackReturns the parent track where this clip is attached.
postExtrapolationModeThe extrapolation mode for time beyond the end of the clip.
preExtrapolationModeThe extrapolation mode for the time before the start of the clip.
startThe start time of the clip.
timeScaleThe time scale of the clip.

Public Methods

ToLocalTimeConverts from global time to a clips local time.
ToLocalTimeUnboundConverts from global time to a clips local time, ignoring extrapolation.