EffectSoundStatements class

效果音语句会在角色说完话后播放 而对话语句的效果音会在角色开始说话时播放 效果音只会播放一次,播完即停 效果音语句{ 效果音效文件名称; }

Implemented types

Constructors

EffectSoundStatements({required String effectSoundFileName})

Properties

effectSoundFileName String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited