Namespace FriedSynapse.FlowEnt.Motions.Echo.Transforms
Classes
- LookAtTransformMotion
Looks at a transform using the Transform.LookAt(Transform) method.
- LookAtVector3Motion
Looks at a transform using the Transform.LookAt(Vector3) method.
- MoveToTransformMotion
Moves the transform towards the target using the deltaTime as a step. If target is moved it'll continue to move towards.
- MoveToVectorMotion
Moves the transform towards the target using the deltaTime as a step.
- MoveVectorMotion
Moves the transform using the provided speed.
- RotateAroundTransformMotion
Lerps the given value and applies it to Transform.RotateAround(Vector3, Vector3, float) where the point is the current position of the transform.
- RotateAroundVectorMotion
Lerps the given value and applies it to Transform.RotateAround(Vector3, Vector3, float).
- RotateToQuaternionMotion
Rotates the transform towards the target using the deltaTime as a step.
- RotateToTransformMotion
Rotates the transform towards the target using the deltaTime as a step. If target is rotated it'll continue to rotate towards.
- RotateVectorMotion
Rotates the transform using the provided speed.
- ScaleToTransformMotion
Scales the transform towards the target using the deltaTime as a step. If target is scaled it'll continue to move towards.
- ScaleToVectorMotion
Scales the transform towards the target using the deltaTime as a step.
- ScaleVectorMotion
Scaled the transform using the provided speed.