• Studio

  • Studio API

  • Bots

  • Web API

  • Designer Resources

  • Host Resources

  • Globals

    SpriteRenderer

    Inherits from:

    Unity's SpriteRenderer Documentation

    Properties

    Methods

    Parameters

    callback
    (arg0: SpriteRenderer) -> ()

    Returns

    void

    TweenAlpha

    ClientOnly

    Creates a tween that transitions the alpha of a SpriteRenderer from one value to the other.

    Parameters

    to
    number

    Ending alpha of the sprite.

    Returns

    A Tween object you can use to further customize the motion.

    TweenAlpha

    ClientOnly

    Creates a tween that transitions the alpha of a SpriteRenderer from one value to the other.

    Parameters

    from
    number

    Starting alpha of the sprite.

    to
    number

    Ending alpha of the sprite.

    Returns

    A Tween object you can use to further customize the motion.

    TweenColor

    ClientOnly

    Creates a tween that transitions the color of a SpriteRenderer from one value to the other.

    Parameters

    Ending color of the sprite.

    Returns

    A Tween object you can use to further customize the motion.

    TweenColor

    ClientOnly

    Creates a tween that transitions the color of a SpriteRenderer from one value to the other.

    Parameters

    from

    Starting color of the sprite.

    Ending color of the sprite.

    Returns

    A Tween object you can use to further customize the motion.

    Parameters

    callback
    (arg0: SpriteRenderer) -> ()

    Returns

    void
    PocketWorlds Icon

    © 2026 Pocket Worlds. All rights reserved.