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)
Full transform includes camera - to ignore the camera settings set the doc argument to nil layer:GetFullTransform (frame , matrix, nil)
Search results
Usage of 'GetFullTransform' is found in the following scripts:
Multilayer magnet (Original Edition) by A.Evseeva
View Code
Tweak for Select Shape (Original Edition) by A.Evseeva
View Code
Lua Console (Original Edition) by A.Evseeva
View Code
Modified transform bone tool (Original Edition) by A.Evseeva
View Code
Place layer in/out of group (Original Edition) by A.Evseeva
View Code