Class UIElementTransformLink
public class UIElementTransformLink : TransformLink
  - Inheritance
 - 
      objectUIElementTransformLink
 
Constructors
UIElementTransformLink(UIComponent, CameraComponent, string, bool)
public UIElementTransformLink(UIComponent parentUIComponent, CameraComponent camera, string elementName, bool forceRecursive)
  Parameters
parentUIComponentUIComponentcameraCameraComponentelementNamestringforceRecursivebool
Fields
Transform
public TransformTRS Transform
  Field Value
Methods
ComputeMatrix(bool, out Matrix)
Compute a world matrix this link represents.
public override void ComputeMatrix(bool recursive, out Matrix matrix)
  Parameters
GetUICameraComponent(UIComponent)
protected CameraComponent GetUICameraComponent(UIComponent uiComponent)
  Parameters
uiComponentUIComponent
Returns
NeedsRecreate(Entity, string)
public bool NeedsRecreate(Entity parentEntity, string targetNodeName)