MohoLayer:GetFullTransform(frame, matrix, doc)
Version added: before 9.5
Arguments:
Name | Type | Description | Default | Ver |
frame | int | Frame number | < 9.5 | |
matrix | Matrix | Transform matrix to fill in | < 9.5 | |
doc | MohoDoc | The document object | < 9.5 |
Return value:
void 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)
<< Back to MohoLayer
Full transform includes camera - to ignore the camera settings set the doc argument to nil layer:GetFullTransform (frame , matrix, nil)