Interface: IVector3TimelinePropertyItem experimental
Beta
A property item which supports Vector3 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
IVector3TimelinePropertyItemEntry
New vector3 node.
Returns
void
Remarks
Update vector3 timeline entry
getData()
getData():
IVector3TimelinePropertyItemEntry[]
Beta
Returns
IVector3TimelinePropertyItemEntry[]
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
IVector3TimelinePropertyItemEntry
Node to be removed.
Returns
void
Remarks
Remove vector3 node
setBounds()
setBounds(
bounds):void
Beta
Parameters
bounds
maxValue
number
minValue
number
Returns
void
Remarks
Updates data entries value bounds.
setPrecision()
setPrecision(
precision):void
Beta
Parameters
precision
number
Returns
void
Remarks
Set custom decimal precision for the calculations
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
IVector3TimelinePropertyItemEntry
Node to be updated.
Returns
void
Remarks
Update node value
