指定运动矢量渲染的模式。
运动矢量跟踪从一帧到下一帧的每个像素物体速度。使用此信息,您可以应用特定的图像效果,例如运动模糊或时间抗锯齿。
MotionVectorGenerationMode.Camera: 仅使用相机移动来跟踪运动。 MotionVectorGenerationMode.Object: 此物体将具有每个物体运动矢量通道渲染。 MotionVectorGenerationMode.ForceNoMotion: 此物体将具有零运动渲染。
其他资源: DepthTextureMode.MotionVectors, SkinnedMeshRenderer.skinnedMotionVectors, PassType.MotionVectors, SystemInfo.supportsMotionVectors.