Version: 2018.4
LanguageEnglish
  • C#

TrackAsset.lockedInHierarchy

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

public bool lockedInHierarchy;

Description

The locked state of a track. (Read Only)

Note that locking a track only affects operations in the Timeline Editor. It does not prevent other API calls from changing a track or it's clips.

This indicates whether a track is locked in the Timeline Editor because either it's locked property is enabled or a parent track is locked.