You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Property is always there, when you add a new Property it doesn't ever change or remove this default. Having it there is convenient for the implementation of the canAnnounceProperty because the DerivedProperty needs at least one dependency. But it makes an assertion like this (maybe to be added to Voicing.ts) irrelevant because the length is always greater than zero
assert&&assert(utterance.canAnnounceProperties.length>0,'canAnnounceProperties required, this Utterance might not be connected to Node in the scene graph.');
The text was updated successfully, but these errors were encountered:
This was done in the above commit. After the change I immediately found an Utterance that was not attached to the scene graph for Voicing which is great.
This Property is always there, when you add a new Property it doesn't ever change or remove this default. Having it there is convenient for the implementation of the canAnnounceProperty because the DerivedProperty needs at least one dependency. But it makes an assertion like this (maybe to be added to Voicing.ts) irrelevant because the length is always greater than zero
The text was updated successfully, but these errors were encountered: