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

    Class TextStyleTween

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

    Constructors

    TextStyleTween(TextStyle, TextStyle)

    Declaration
    public TextStyleTween(TextStyle begin = null, TextStyle end = null)
    Parameters
    Type Name Description
    TextStyle begin
    TextStyle end

    Methods

    lerp(Single)

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