Gets the transform from the parent of this object to the root object.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Transform GetParentRootTransform()
Visual Basic
Public Function GetParentRootTransform As Transform
JScript
public function GetParentRootTransform() : Transform

Return Value

The transform from the parent of this object to the root object.

See Also