edit


Description:

[ Version ( deprecated = true , deprecated_since = "1.18" ) ]
public bool edit (List<Layer>? layers, EditMode mode, Edge edge, uint64 position)

Warning: edit is deprecated since 1.18.

Edits the element within its track.

Note:

use edit instead.

Parameters:

this

The TrackElement to edit

layers

A whitelist of layers where the edit can be performed, null allows all layers in the timeline

mode

The edit mode

edge

The edge of this where the edit should occur

position

The edit position: a new location for the edge of this (in nanoseconds)

Returns:

true if the edit of this completed, false on failure.