Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 529 Bytes

File metadata and controls

31 lines (16 loc) · 529 Bytes

layer.getRigMatrixAtFrame()

Availability

Adobe Animate 2020.

Parameters

frameIndex – It is an integer that specifies absolute frame index.

Usage

layer.getRigMatrixAtFrame(frameIndex)

Returns

matrix object

Description

Method; It will return the rig matrix of the particular frame.

Example

The following example gets the rig matrix from the first frame of the ninth layer:

var matrix = an. getDocumentDOM(). getTimeline(). layers[8]. getRigMatrixAtFrame (0);