Skip to main content

B1AnimSection

  • Defines a named section within a montage, including its start time, next section, and loop flag.
    * Sections are used to control playback flow within a montage (e.g., intro, loop, outro).
PropertyTypeDescriptionMetadata
NameFNameName of this montage section.
NextSectionNameFNameName of the section to transition to after this one completes.
TimefloatStart time of this section within the montage timeline in seconds.
IsLoopboolWhether this section loops when it reaches its end.