Version: 2021.2
언어: 한국어
Method group is Obsolete

Renderer.motionVectors

매뉴얼로 전환
Obsolete public bool motionVectors ;

설명

Specifies whether this renderer has a per-object motion vector pass.

If set to true, this object will have a per-object motion vector pass rendererd (in addition to the default camera reconstruction motion vectors). 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.

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