FBStoryGroupClipAlignmentType Class Reference

FBStoryGroupClipAlignmentType Class Reference

#include <mobu-python-api.h>

Class Description

Alignment Types when aligning groups.

+ Inheritance diagram for FBStoryGroupClipAlignmentType:

Public Attributes

object kFBStoryGroupClipAlignmentCurrentTimeline
 Align the clips contained in the group clip with the current time. More...
 
object kFBStoryGroupClipAlignmentEndPreviousWithOffset
 Align the clips contained in the group clip to the end of the previous clip, while keeping the relative offset. More...
 
object kFBStoryGroupClipAlignmentBeginningNextWithOffset
 Align the clips contained in the group clip to the beginning of the next clip, while keeping the relative offset. More...
 

Member Data Documentation

object kFBStoryGroupClipAlignmentBeginningNextWithOffset

Align the clips contained in the group clip to the beginning of the next clip, while keeping the relative offset.

object kFBStoryGroupClipAlignmentCurrentTimeline

Align the clips contained in the group clip with the current time.

object kFBStoryGroupClipAlignmentEndPreviousWithOffset

Align the clips contained in the group clip to the end of the previous clip, while keeping the relative offset.