Skip to main content

Auki::AukiLighting

A class that manages AR lighting for ConjureKit Sessions.

Inherits from MonoBehaviour

Public Functions

Name
voidSetCameraManager(ARCameraManager cameraManager)
Sets Unity ARCameraManager whose lighting we'll be accessing.

Public Attributes

Name
LightmainLight
Main light of current ARCameraManager object.

Public Functions Documentation

function SetCameraManager

void SetCameraManager(
ARCameraManager cameraManager
)

Sets Unity ARCameraManager whose lighting we'll be accessing.

Parameters:

  • cameraManager Unity ARCameraManager object

Public Attributes Documentation

variable mainLight

Light mainLight;

Main light of current ARCameraManager object.