EntranceStatements class

用来控制人物在舞台的显示与消失 如果人物本来就在舞台上, 在舞台上的角色会根据新的入场语句中不同的属性(位置,表情)进行状态的变换 不同的立绘差分都被认为是表情。

人物出场/入场语句{ 人物id; 位置信息; 表情信息; } 入场语句

Implemented types

Constructors

EntranceStatements({required String roleId, required String expressionId, required String location})

Properties

expression String
no setter
hashCode int
The hash code for this object.
no setterinherited
location String
no setter
roleId String
no setter
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