Documentation

Page contents

Updated

Generate PDF from page.

Instantiate Type

Files: Generated common feature

Path: "cgf/Systems/Common Features"

Description

Manages instantiation mode selection.

Reference

  • Instantiate Type – Manages instantiation mode selection.
    • Sequential – Plays audio effects to instantiate the tracks one after the other in the order of the AudioPlayerBehavior list.
    • Sequential Loop – Plays audio effects to instantiate the tracks one after the other in order of the AudioPlayerBehavior list and when it finishes, it repeats the process.
    • Sequential Random – Plays audio effects to instantiate the tracks in the scene sequentially, respecting the playing time of the previous one and playing this loop mode.
    • Random One Percentage – Plays audio effects to instantiate a selected track based on percentage.
    • Random One – Plays audio effects to instantiate a randomly selected track.
    • All – Plays audio effects to instantiate the tracks at the same time in order from the AudioPlayerBehavior list.

Use

Use this page as the shared reference for every shader or system page that links to this common feature.
Configure the nested options listed in Reference from the page where the feature appears.