Class Matrix3Tween | UIWidgets | 1.5.4-preview.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class Matrix3Tween

    Inheritance
    Object
    Animatable<Matrix3>
    Tween<Matrix3>
    Matrix3Tween
    Inherited Members
    Tween<Matrix3>.begin
    Tween<Matrix3>.end
    Tween<Matrix3>.evaluate(Animation<Single>)
    Tween<Matrix3>.ToString()
    Tween<Matrix3>.Equals(Tween<Matrix3>)
    Tween<Matrix3>.Equals(Object)
    Tween<Matrix3>.GetHashCode()
    Animatable<Matrix3>.animate(Animation<Single>)
    Animatable<Matrix3>.chain(Animatable<Single>)
    Namespace: Unity.UIWidgets.widgets
    Syntax
    public class Matrix3Tween : Tween<Matrix3>, IEquatable<Tween<Matrix3>>

    Constructors

    Matrix3Tween(Matrix3, Matrix3)

    Declaration
    public Matrix3Tween(Matrix3 begin = null, Matrix3 end = null)
    Parameters
    Type Name Description
    Matrix3 begin
    Matrix3 end

    Methods

    lerp(Single)

    Declaration
    public override Matrix3 lerp(float t)
    Parameters
    Type Name Description
    Single t
    Returns
    Type Description
    Matrix3
    Overrides
    Unity.UIWidgets.animation.Tween<Unity.UIWidgets.ui.Matrix3>.lerp(System.Single)
    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