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
Remarks
CompleteMatch will make the gameobject match the target completely at the next frame.