UGoogleARCorePlaneRendererComponent
#include <GoogleARCorePlaneRendererComponent.h>
A helper component that renders all the ARCore planes in the current tracking session.
Summary
Inheritance
Inherits from: USceneComponent
Constructors and Destructors |
|
---|---|
UGoogleARCorePlaneRendererComponent()
|
Public attributes |
|
---|---|
BoundaryPolygonColor
|
FColor
The color of the boundary polygon.
|
BoundaryPolygonThickness
|
float
The line thickness for the plan boundary polygon.
|
PlaneColor
|
FColor
The color of the plane.
|
bRenderBoundaryPolygon
|
bool
Render the plane boundary polygon lines when set to true.
|
bRenderPlane
|
bool
Render the plane quad when set to true.
|
Public functions |
|
---|---|
TickComponent(float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction) override
|
void
Function called every frame on this Component.
|
Public attributes
BoundaryPolygonColor
FColor BoundaryPolygonColor
The color of the boundary polygon.
BoundaryPolygonThickness
float BoundaryPolygonThickness
The line thickness for the plan boundary polygon.
PlaneColor
FColor PlaneColor
The color of the plane.
bRenderBoundaryPolygon
bool bRenderBoundaryPolygon
Render the plane boundary polygon lines when set to true.
bRenderPlane
bool bRenderPlane
Render the plane quad when set to true.
Public functions
TickComponent
void TickComponent( float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction ) override
Function called every frame on this Component.
UGoogleARCorePlaneRendererComponent
UGoogleARCorePlaneRendererComponent()