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