Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 567 Bytes

File metadata and controls

29 lines (16 loc) · 567 Bytes

layer.getZDepthAtFrame()

Availability

Animate 2019.

Usage

layer.getZDepthAtFrame(FrameNumber)

Parameters

FrameNumber :frame index An integer specifying the frame index starting from 0.

Returns

ZVal: An integer value that specifies the ZDepth value of the frame.

Description

Method; An integer value that specifies the ZDepth value at the frame.

Example

The following example gets the zdepth value at first frame of the first layer:

fl.getDocumentDOM().getTimeline().layers[0].getZDepthAtFrame(0)