SimulationState for EasingSimulator

Hierarchy

Properties

cframeTrack?: CFrameTrack
clampPositionToTrackLength: boolean
currentPosition: number

Current position along the track

currentTime: number

current position

distance: number

amount of distance to tween

duration: number

total length of tween

easingDirection: EasingDirection
easingStyle: EasingStyle
endTime: number

stop time (usually duration)

hasPassedTrackEnd: boolean

Whether the model has passed the track end (0 or CFrameTrack.length) during the simulation.

modelDirection: boolean

Direction of the Model

startPosition: number
timeInterval: number

The interval used to simulate

trackName: string

Name of the track

Generated using TypeDoc