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.
read-onlyinherited
pos DiveVec2?
final
rot double?
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
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