Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


motionVectorGenerationMode

Specifies the mode for motion vector rendering.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public MotionVectorGenerationMode motionVectorGenerationMode { get; set; }

Remarks

Motion vectors track the per-pixel object velocity from one frame to the next. Using this information you can apply specific Image Effects such as motion blur or temporal anti-aliasing.
MotionVectorGenerationMode.Camera: Use only camera movement to track motion. MotionVectorGenerationMode.Object: This object will have a per-object motion vector pass rendered. MotionVectorGenerationMode.ForceNoMotion: This object will have zero motion rendered.