GetEndTime()
Updated: 4 Dec 2023
Updated: 4 Dec 2023
Provides the end time of the layer (as per Notch timeline) in hundredths of a second.
int GetEndTime();
function Update()
{
layer = Document.FindLayer("My Layer");
var timeStart = layer.GetEndTime();
}