Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InterruptMatchTarget

Interrupts the automatic target matching.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule

InterruptMatchTarget()

Interrupts the automatic target matching.
public void InterruptMatchTarget()

Remarks

CompleteMatch will make the gameobject match the target completely at the next frame.

InterruptMatchTarget(bool)

Interrupts the automatic target matching.
public void InterruptMatchTarget(bool completeMatch)

Parameters

completeMatch

Remarks

CompleteMatch will make the gameobject match the target completely at the next frame.