enumeration
Depth texture generation mode for Camera.
相机的深度纹理生成模式。
The flags can be combined, so you can set a Camera to generate any combination of: Depth, Depth+Normals, and MotionVector textures if needed.
该标志可以组合,因此你可以设置相机去生成任何组合:深度,深度+法线,和如果需要的话还可以生成运动矢量纹理。
None | Do not generate depth texture (Default). 不生成深度纹理(默认)。 |
Depth | Generate a depth texture. 生成深度纹理。 |
DepthNormals | Generate a depth + normals texture. 生成一个深度+法线纹理。 |
MotionVectors | Specifies whether motion vectors should be rendered (if possible). 指定是否运动矢量被渲染(如果可能)。 |