Interface: INumberTimelinePropertyItem experimental
Beta
A property item which supports Number Timeline properties
Extends
Properties
enable
enable:
boolean
Beta
Remarks
If the item is enabled in the UI.
Inherited from
id
readonlyid:string
Beta
Remarks
Unique ID for the property item.
Inherited from
paneId
readonlypaneId:string
Beta
Remarks
The parent pane id.
Inherited from
typeName
readonlytypeName:PropertyItemType
Beta
Remarks
The type name of the target property.
Inherited from
visible
visible:
boolean
Beta
Remarks
If the item should be visible in the UI.
Inherited from
Methods
addNode()
addNode(
data):void
Beta
Parameters
data
INumberTimelinePropertyItemEntry
New color node.
Returns
void
Remarks
Update color timeline entry
getData()
getData():
INumberTimelinePropertyItemEntry[]
Beta
Returns
INumberTimelinePropertyItemEntry[]
Remarks
Get the list of nodes in the property item.
getTime()
getTime():
number
Beta
Returns
number
Remarks
Get time current time value on the slider.
removeNode()
removeNode(
data):void
Beta
Parameters
data
INumberTimelinePropertyItemEntry
Node to be removed.
Returns
void
Remarks
Remove color node
setBounds()
setBounds(
bounds):void
Beta
Parameters
bounds
maxValue
number
minValue
number
Returns
void
Remarks
Updates data entries value bounds.
setSeparatorSliceCount()
setSeparatorSliceCount(
counts):void
Beta
Parameters
counts
Vector2
Counts for the thin grid lines.
Returns
void
Remarks
Set separator slice counts for x and y for the minor grid.
setSeparatorStepCount()
setSeparatorStepCount(
counts):void
Beta
Parameters
counts
Vector2
Counts for the thick grid lines.
Returns
void
Remarks
Set separator step counts for x and y for the major grid.
setTime()
setTime(
time):void
Beta
Parameters
time
number
The new time value.
Returns
void
Remarks
Set time line slider value to a new value
setTitle()
setTitle(
title):void
Beta
Parameters
title
New title.
Returns
void
Remarks
Updates title of the property item.
updateNode()
updateNode(
data):void
Beta
Parameters
data
INumberTimelinePropertyItemEntry
Node to be updated.
Returns
void
Remarks
Update node value
