RenPyTransitionIntent class
Platform-neutral transition metadata parsed from RenPy transition values.
Constructors
- RenPyTransitionIntent.cropMove({required String mode, required double duration})
-
const
- RenPyTransitionIntent.dissolve({required double duration})
-
const
- RenPyTransitionIntent.fade({required double outTime, required double holdTime, required double inTime, String? color})
-
const
- RenPyTransitionIntent.imageDissolve({required String maskAsset, required double duration, int? ramplen, bool reverse = false})
-
const
- RenPyTransitionIntent.none()
-
const
- RenPyTransitionIntent.punch({required String mode, required double duration})
-
const
- RenPyTransitionIntent.unsupported({required String expression})
-
const
Properties
- color → String?
-
final
- duration → double?
-
final
- expression → String?
-
final
- fidelity → RenPyTransitionFidelity
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- holdTime → double?
-
final
- inTime → double?
-
final
- maskAsset → String?
-
final
- mode → String?
-
final
- outTime → double?
-
final
- ramplen → int?
-
final
- reverse → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalDuration → double
-
no setter
- type → RenPyTransitionType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override