Type:MotionVectorMode: Difference between revisions

From Resonite Wiki
Created stub for Type:MotionVectorMode [Automated]
 
thanks unity wiki
 
Line 1: Line 1:
{{stub}}
The Motion Vector Mode enum Determines how rendering effects that require reading an object's motion calculate the motion of the object using this enum.
 
This can be used to turn off motion blur and similar effects for a particular renderer.


{{Table EnumValues
{{Table EnumValues
|Camera|0|
|Camera|0| Motion effects for this object are based on only movement from the camera compared to the object.
|Object|1|
|Object|1| Motion effects for this object are based on camera and object movement.
|NoMotion|2|
|NoMotion|2| Disabled all motion effects
}}
}}


[[Category:Type]]
[[Category:Type]]
[[Category:Enums]]
[[Category:Enums]]

Latest revision as of 15:53, 12 April 2025

The Motion Vector Mode enum Determines how rendering effects that require reading an object's motion calculate the motion of the object using this enum.

This can be used to turn off motion blur and similar effects for a particular renderer.

Values
Name Value Description
Camera 0 Motion effects for this object are based on only movement from the camera compared to the object.
Object 1 Motion effects for this object are based on camera and object movement.
NoMotion 2 Disabled all motion effects