RootTransform

(Engine-Level Function)

Description: Returns the object value that contains the root transform applied to the given module.
Returns: Object
Usage: Script or steady state.
Function Groups: Advanced Module,  Graphics
Related to: GUITransform | UnTransform
Format: RootTransform(Object)
Parameters:  
Object
Required. Any expression which returns an object value. This is the object value for which the root transform is being sought.
Comments: The return value may be the same as Object if Object contains the transform.

Example:

transMod = RootTransform(Self());