Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

TransformTweenWriteEvent

struct in Unity.U2D.Physics

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

An event produced and sent to the callback target set with PhysicsWorld.transformWriteCallbackTarget which must implement ITransformWriteCallback which will have PhysicsCallbacks.ITransformWriteCallback.OnTransformTweenWrite called allowing custom transform writing.

Properties

Property Description
extrapolationTime The extrapolation time when the event was created, in the range [0, 1].
interpolationTime The interpolation time when the event was created, in the range [0, 1].
physicsWorld The physics world the event was created from.
transfomPlaneCustom The transform plane (custom) of the physics world when the event was created. This maybe not be relevant unless the transform plane is PhysicsWorld.TransformPlane.Custom.
transformPlane The transform plane of the physics world when the event was created.
tweens The transform write tweens available to be configured.