MotionVectorGenerationMode
The type of motion vectors that should be generated.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum MotionVectorGenerationMode
Remarks
Additional Resources: DepthTextureMode.MotionVectors, SkinnedMeshRenderer.skinnedMotionVectors, PassType.MotionVectors, SystemInfo.supportsMotionVectors.
Fields
Value | Description |
|---|---|
| Camera | Use only camera movement to track motion. |
| ForceNoMotion | Do not track motion. Motion vectors will be 0. |
| Object | Use a specific pass (if required) to track motion. |