DiveTransformInfo class

Constructors

DiveTransformInfo({DiveVec2? pos, double? rot, DiveVec2? scale, DiveAlign? alignment, DiveBoundsType? boundsType, DiveAlign? boundsAlignment, DiveVec2? bounds})

Properties

alignment DiveAlign?
final
bounds DiveVec2?
final
boundsAlignment DiveAlign?
final
boundsType DiveBoundsType?
final
hashCode int
The hash code for this object.
no setterinherited
pos DiveVec2?
final
rot double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale DiveVec2?
final

Methods

copyFrom(DiveTransformInfo info) DiveTransformInfo
copyWith({DiveVec2? pos, double? rot, DiveVec2? scale, DiveAlign? alignment, DiveBoundsType? boundsType, DiveAlign? boundsAlignment, DiveVec2? bounds}) DiveTransformInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map map) DiveTransformInfo