Overload | Description |
---|---|
InsertSegment(Int32,Int32,Segment) | Insert a segment to the part specified by partIndex before the segment specified by the beforeSegmentIndex. This method must be called on the MCT. Use QueuedTask.Run. |
InsertSegment(Int32,Int32,SegmentBuilder) | Insert a segment constructed from a SegmentBuilder to the part specified by partIndex before the segment specified by the beforeSegmentIndex. This method must be called on the MCT. Use QueuedTask.Run. |