DanmuSimulation class abstract

Implementers

Constructors

DanmuSimulation(Rect stageRect, {Tolerance tolerance = Tolerance.defaultTolerance, double duration = 7})

Properties

duration double
final
hashCode int
The hash code for this object.
no setterinherited
isFullShown bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stageRect Rect
getter/setter pair
time double
单位:秒
getter/setter pair
tolerance Tolerance
final

Methods

dOffset(double time) Offset
isDone(Offset o, double dt) Offset?
通常返回null为结束
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offset(double time) Offset
toString() String
A string representation of this object.
override

Operators

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