supportsMotionVectors
Whether motion vectors are supported on this platform.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool supportsMotionVectors { get; }
Remarks
Will return true on platforms where motion vectors are supported. This means that the target supports RenderTextureFormat.RGHalf and the configured motion vector shader is supported.