Table of Contents

Class UIElementTransformLink

Namespace
Stride.Engine
Assembly
Stride.UI.dll
public class UIElementTransformLink : TransformLink
Inheritance
UIElementTransformLink

Constructors

public UIElementTransformLink(UIComponent parentUIComponent, CameraComponent camera, string elementName, bool forceRecursive)

Parameters

parentUIComponent UIComponent
camera CameraComponent
elementName string
forceRecursive bool

Fields

public TransformTRS Transform

Field Value

TransformTRS

Methods

Compute a world matrix this link represents.

public override void ComputeMatrix(bool recursive, out Matrix matrix)

Parameters

recursive bool
matrix Matrix

The computed world matrix.

protected CameraComponent GetUICameraComponent(UIComponent uiComponent)

Parameters

uiComponent UIComponent

Returns

CameraComponent
public bool NeedsRecreate(Entity parentEntity, string targetNodeName)

Parameters

parentEntity Entity
targetNodeName string

Returns

bool