Renderer.motionVectorGenerationMode

매뉴얼로 전환
public MotionVectorGenerationMode motionVectorGenerationMode ;

설명

Specifies the mode for motion vector rendering.

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.

See Also: DepthTextureMode.MotionVectors, SkinnedMeshRenderer.skinnedMotionVectors, PassType.MotionVectors, SystemInfo.supportsMotionVectors.