edit
Description:
[ Version ( deprecated = true , deprecated_since = "1.18" ) ]
public virtual bool edit (List<Layer>? layers, int new_layer_priority, EditMode mode, Edge edge, uint64 position)
public virtual bool edit (List<Layer>? layers, int new_layer_priority, EditMode mode, Edge edge, uint64 position)
Warning: edit is deprecated since 1.18.
Edits the container within its timeline.
Note:
use edit instead.
Parameters:
this |
The Container to edit |
layers |
A whitelist of layers where the edit can be performed, null allows all layers in the timeline |
new_layer_priority |
The priority/index of the layer this should be moved to. -1 means no move |
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. |