SoundEffect

사용되지 않는 항목 표시
만들 수 없음

SoundEffect is the base class that all other sound effects derive from. A SoundEffect can be applied to either a Sound or SoundGroup by being parented to either. Multiple effects can be applied to the same Sound or SoundGroup. The order the effects will be applied in is determined by that effect's Priority.

요약

속성

  • 병렬 읽기

    Toggles the effect on and off.

  • 병렬 읽기

    Determines the order the effect will be applied in relation to other effects.

속성

Enabled

병렬 읽기

Toggles the effect on and off. True by default.

Priority

병렬 읽기

Determines the order the effect will be applied in relation to other effects. Higher priority effects will be applied earlier. The exception is when Priority equals 0 (which is the default). In this case, the base priority for the effect will be used. If the priority of two effects are equal, then the order is undetermined.

메서드

이벤트