Class ScaleUpdateDetails | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ScaleUpdateDetails

    Inheritance
    System.Object
    ScaleUpdateDetails
    Namespace: Unity.UIWidgets.gestures
    Syntax
    public class ScaleUpdateDetails

    Constructors

    ScaleUpdateDetails(Offset, Single, Single, Single, Single)

    Declaration
    public ScaleUpdateDetails(Offset focalPoint = null, float scale = 1F, float horizontalScale = 1F, float verticalScale = 1F, float rotation = 0F)
    Parameters
    Type Name Description
    Offset focalPoint
    System.Single scale
    System.Single horizontalScale
    System.Single verticalScale
    System.Single rotation

    Fields

    focalPoint

    Declaration
    public readonly Offset focalPoint
    Field Value
    Type Description
    Offset

    horizontalScale

    Declaration
    public readonly float horizontalScale
    Field Value
    Type Description
    System.Single

    rotation

    Declaration
    public readonly float rotation
    Field Value
    Type Description
    System.Single

    scale

    Declaration
    public readonly float scale
    Field Value
    Type Description
    System.Single

    verticalScale

    Declaration
    public readonly float verticalScale
    Field Value
    Type Description
    System.Single

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023