unreal.LidarPointCloudPoint
¶
- class unreal.LidarPointCloudPoint(location=[0.0, 0.0, 0.0], color=[255, 255, 255, 255], normal=[127, 127, 127], visible=True)¶
Bases:
unreal.StructBase
Lidar Point Cloud Point
C++ Source:
Plugin: LidarPointCloud
Module: LidarPointCloudRuntime
File: LidarPointCloudShared.h
Editor Properties: (see get_editor_property/set_editor_property)
color
(Color): [Read-Write] Colorlocation
(Vector): [Read-Write] Locationnormal
(LidarPointCloudNormal): [Read-Write] Normalvisible
(bool): [Read-Write] Visible
- property normal¶
[Read-Write] Normal
- Type