RayMotionLight Struct Reference

#include <c4d_raytrace.h>

详细描述

Motion Blur light.

由于
R17.032

公共成员函数

  MAXON_DISALLOW_COPY_AND_ASSIGN ( RayMotionLight )
  RayMotionLight ()
  RayMotionLight ( RayMotionLight &&src)
  MAXON_OPERATOR_MOVE_ASSIGNMENT ( RayMotionLight )

Public Attributes

maxon::BaseArray < RayMotionLightFrame _lightFrames

构造函数 & 析构函数文档编制

◆  RayMotionLight() [1/2]

RayMotionLight ( )

Default constructor.

◆  RayMotionLight() [2/2]

RayMotionLight ( RayMotionLight &&  src )

Copy constructor.

参数
[in] src The source RayMotionLight .

成员函数文档编制

◆  MAXON_DISALLOW_COPY_AND_ASSIGN()

MAXON_DISALLOW_COPY_AND_ASSIGN ( RayMotionLight   )

◆  MAXON_OPERATOR_MOVE_ASSIGNMENT()

MAXON_OPERATOR_MOVE_ASSIGNMENT ( RayMotionLight   )

Assignment operator.

参数
[in] src The source RayMotionLight .

Member Data Documentation

◆  _lightFrames

maxon::BaseArray < RayMotionLightFrame > _lightFrames

The light frames.