Inherits AZ::Component, UiTransformBus::Handler, UiTransform2dBus::Handler, and UiAnimateEntityBus::Handler.
|
| AZ_COMPONENT (UiTransform2dComponent, LyShine::UiTransform2dComponentUuid, AZ::Component) |
|
float | GetZRotation () override |
|
void | SetZRotation (float rotation) override |
|
AZ::Vector2 | GetScale () override |
|
void | SetScale (AZ::Vector2 scale) override |
|
float | GetScaleX () override |
|
void | SetScaleX (float scale) override |
|
float | GetScaleY () override |
|
void | SetScaleY (float scale) override |
|
AZ::Vector2 | GetPivot () override |
|
void | SetPivot (AZ::Vector2 pivot) override |
|
float | GetPivotX () override |
|
void | SetPivotX (float pivot) override |
|
float | GetPivotY () override |
|
void | SetPivotY (float pivot) override |
|
ScaleToDeviceMode | GetScaleToDeviceMode () override |
|
void | SetScaleToDeviceMode (ScaleToDeviceMode scaleToDeviceMode) override |
|
bool | GetIsFlooringOffsets () override |
|
void | SetIsFlooringOffsets (bool isFlooringOffsets) override |
|
void | GetViewportSpacePoints (RectPoints &points) final |
|
AZ::Vector2 | GetViewportSpacePivot () final |
|
void | GetTransformToViewport (AZ::Matrix4x4 &mat) final |
|
void | GetTransformFromViewport (AZ::Matrix4x4 &mat) final |
|
void | RotateAndScalePoints (RectPoints &points) final |
|
void | GetCanvasSpacePoints (RectPoints &points) final |
|
AZ::Vector2 | GetCanvasSpacePivot () final |
|
void | GetTransformToCanvasSpace (AZ::Matrix4x4 &mat) final |
|
void | GetTransformFromCanvasSpace (AZ::Matrix4x4 &mat) final |
|
void | GetCanvasSpaceRectNoScaleRotate (Rect &rect) final |
|
void | GetCanvasSpacePointsNoScaleRotate (RectPoints &points) final |
|
AZ::Vector2 | GetCanvasSpaceSizeNoScaleRotate () final |
|
AZ::Vector2 | GetCanvasSpacePivotNoScaleRotate () final |
|
void | GetLocalTransform (AZ::Matrix4x4 &mat) final |
|
void | GetLocalInverseTransform (AZ::Matrix4x4 &mat) final |
|
bool | HasScaleOrRotation () final |
|
AZ::Vector2 | GetViewportPosition () final |
|
void | SetViewportPosition (const AZ::Vector2 &position) final |
|
AZ::Vector2 | GetCanvasPosition () final |
|
void | SetCanvasPosition (const AZ::Vector2 &position) final |
|
AZ::Vector2 | GetLocalPosition () final |
|
void | SetLocalPosition (const AZ::Vector2 &position) final |
|
float | GetLocalPositionX () final |
|
void | SetLocalPositionX (float position) final |
|
float | GetLocalPositionY () final |
|
void | SetLocalPositionY (float position) final |
|
void | MoveViewportPositionBy (const AZ::Vector2 &offset) final |
|
void | MoveCanvasPositionBy (const AZ::Vector2 &offset) final |
|
void | MoveLocalPositionBy (const AZ::Vector2 &offset) final |
|
bool | IsPointInRect (AZ::Vector2 point) final |
|
bool | BoundsAreOverlappingRect (const AZ::Vector2 &bound0, const AZ::Vector2 &bound1) final |
|
void | SetRecomputeFlags (Recompute recompute) final |
|
bool | HasCanvasSpaceRectChanged () final |
|
bool | HasCanvasSpaceSizeChanged () final |
|
bool | HasCanvasSpaceRectChangedByInitialization () final |
|
void | NotifyAndResetCanvasSpaceRectChange () final |
|
Anchors | GetAnchors () override |
|
void | SetAnchors (Anchors anchors, bool adjustOffsets, bool allowPush) override |
|
Offsets | GetOffsets () override |
|
void | SetOffsets (Offsets offsets) override |
|
void | SetPivotAndAdjustOffsets (AZ::Vector2 pivot) override |
|
void | SetLocalWidth (float width) override |
|
float | GetLocalWidth () override |
|
void | SetLocalHeight (float height) override |
|
float | GetLocalHeight () override |
|
void | PropertyValuesChanged () override |
|
void | RecomputeTransformsAndSendNotifications () |
| This is called from the canvas component during the update if the element was scheduled for a transform recompute.
|
|