Method OnTargetObjectWarped
OnTargetObjectWarped(Transform, Vector3)
This is called to notify the us that a target got warped, so that we can update its internal state to make the camera also warp seamlessy.
선언
public override void OnTargetObjectWarped(Transform target, Vector3 positionDelta)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Transform | target | The object that was warped |
Vector3 | positionDelta | The amount the target's position changed |