NRSDKApiForUnity
Classes
NRSessionConfig

Inherits ScriptableObject.

Public Member Functions

override bool Equals (object other)
 
override int GetHashCode ()
 
void CopyFrom (NRSessionConfig other)
 

Public Attributes

TrackablePlaneFindingMode PlaneFindingMode = TrackablePlaneFindingMode.DISABLE
 
TrackableImageFindingMode ImageTrackingMode = TrackableImageFindingMode.DISABLE
 
NRTrackingImageDatabase TrackingImageDatabase
 
bool EnableNotification = false
 
bool ForceKillWhileGlassSwitchMode = true
 
bool SupportMonoMode = false
 
NRGlassesInitErrorTip GlassesErrorTipPrefab
 
NRTrackingModeChangedTip TrackingModeChangeTipPrefab
 
bool UseMultiThread = false
 

Detailed Description

A configuration used to track the world.

Member Function Documentation

◆ CopyFrom()

void NRKernal.NRSessionConfig.CopyFrom ( NRSessionConfig  other)

ValueType copy from another SessionConfig object into this one.

Parameters
other.

◆ Equals()

override bool NRKernal.NRSessionConfig.Equals ( object  other)

ValueType check if two NRSessionConfig objects are equal.

Parameters
other.
Returns
True if the two NRSessionConfig objects are value-type equal, otherwise false.

◆ GetHashCode()

override int NRKernal.NRSessionConfig.GetHashCode ( )

Return a hash code for this object.

Returns
A hash code for this object.