Options
All
  • Public
  • Public/Protected
  • All
Menu

An active tween of a float value. The addTween functions on TweenService create an entity with the type-specific Tween component and the generic TweenComponent. You can dynamically change values inside the TweenComponent at any time.

Hierarchy

Index

Constructors

constructor

  • new TweenFloat(start?: number, end?: number): TweenFloat
  • Parameters

    • Optional start: number
    • Optional end: number

    Returns TweenFloat

Properties

end

end: number

start

start: number

Static _isSharedComp

_isSharedComp: boolean

Static _size

_size: number

Static _view

_view: any

Static cid

cid: number

Static end

Static start

Methods

Static _dtorFn

  • Parameters

    Returns void

Static _fromPtr

Static _tempHeapPtr

  • Parameters

    Returns number

Static _toPtr

  • Parameters

    Returns void

Generated using TypeDoc