MarkerCurve

Show Deprecated

The MarkerCurve instance lets you place markers as string values at certain times on a timeline. The string at each marker cannot exceed 64 characters and must only contain printable characters.

Summary

Properties

  • Read Only
    Not Replicated
    Read Parallel

    Returns the number of markers in the MarkerCurve.

Methods

Properties

Length

Read Only
Not Replicated
Read Parallel

Methods

GetMarkerAtIndex

Parameters

index: number

Returns

GetMarkers


Returns

InsertMarkerAtTime

Parameters

time: number
marker: string

Returns

RemoveMarkerAtIndex

Parameters

startingIndex: number
count: number
Default Value: 1

Returns

Events