MohoLayer:GetFullTransform(frame, matrix, doc)

Version added: before 9.5

Gets the layer's complete transformation at a given frame, including the effects of its parent layers

ArgumentTypeDescriptionDefaultVer
frameintFrame number< 9.5
matrixMatrixTransform matrix to fill in< 9.5
docMohoDocThe document object< 9.5

Return type : none

Gets the layer's complete transformation at a given frame, including the effects of its parent layers.

Full transform includes camera - to ignore the camera settings set the doc argument to nil layer:GetFullTransform (frame , matrix, nil)
String "GetFullTransform" is found in the following scripts:

Paint Bucket + (by Danfield)

MR Pose Tool (by eugenebabich)

MR Path (by eugenebabich)

SS - Multi Layer Transform Points (by simplsam)

MR Tween Machine (by eugenebabich)

See all...