UIElementTransformLink Class
Namespace: Stride.Engine
Assembly: Stride.UI.dll
Derived from UIElementTransformLink:
public class UIElementTransformLink : TransformLink
|
Improve this Doc
View Source
Constructors
public UIElementTransformLink(UIComponent parentUIComponent, CameraComponent camera, string elementName, bool forceRecursive)
Parameters
Type |
Name |
Description |
UIComponent |
parentUIComponent |
|
CameraComponent |
camera |
|
System.String |
elementName |
|
System.Boolean |
forceRecursive |
|
|
Improve this Doc
View Source
Fields
public TransformTRS Transform
Field Value
|
Improve this Doc
View Source
Methods
Compute a world matrix this link represents.
public override void ComputeMatrix(bool recursive, out Matrix matrix)
Parameters
Type |
Name |
Description |
System.Boolean |
recursive |
|
Matrix |
matrix |
The computed world matrix.
|
Overrides
protected CameraComponent GetUICameraComponent(UIComponent uiComponent)
Parameters
Returns
public bool NeedsRecreate(Entity parentEntity, string targetNodeName)
Parameters
Type |
Name |
Description |
Entity |
parentEntity |
|
System.String |
targetNodeName |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods