Class UIElementTransformLink
public class UIElementTransformLink : TransformLink
- Inheritance
-
UIElementTransformLink
Constructors
UIElementTransformLink(UIComponent, CameraComponent, string, bool)
public UIElementTransformLink(UIComponent parentUIComponent, CameraComponent camera, string elementName, bool forceRecursive)
Parameters
parentUIComponent
UIComponentcamera
CameraComponentelementName
stringforceRecursive
bool
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
uiComponent
UIComponent
Returns
NeedsRecreate(Entity, string)
public bool NeedsRecreate(Entity parentEntity, string targetNodeName)