TransformUtility<T extends Attribute> class

Inheritance

Constructors

TransformUtility(T builder(TransformModifierAttribute))
const

Properties

builder → T Function(TransformModifierAttribute)
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(Matrix4 value) → T
flipX() → T
flipY() → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotate(double value) → T
scale(double value) → T
toString() String
A string representation of this object.
inherited

Operators

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