Class CatchUpComposite.Contents

    • Field Detail

      • fireOnlyWhenTriggered

        public Parameter fireOnlyWhenTriggered
        If false (the default), then whenever any contained actor makes a fireAt() request, that request is passed up to the container, and hence this composite will be fired at the requested time. If set to true, then the request will not be passed up, and this composite will be fired only when the container chooses to fire it. If the containing director is DE, for example, that will occur only when there is an input event to provide to this composite.