Creates a new AbsoluteAnimation instance.
The source entity whose transform values will be used for retargeting
Gets the source entity associated with this animation retarget.
The source scene graph entity
Retargets rotation by returning the source entity's local rotation quaternion.
The destination entity (unused in absolute animation)
The source entity's local rotation quaternion
Retargets scale by returning the source entity's local scale.
The destination entity (unused in absolute animation)
The source entity's local scale vector
Retargets translation by returning the source entity's local position.
The destination entity (unused in absolute animation)
The source entity's local position vector
Animation retargeting implementation that uses absolute transform values. This class directly returns the source entity's transform values without any modifications.