Google. XR. ARCoreExtensions. ARCoreExtensionsConfig
Holds settings that are used to configure the ARCore Extensions.
Summary
Inheritance
Inherits from:UnityEngine::ScriptableObject
Public attributes |
|
---|---|
CloudAnchorMode = CloudAnchorMode.Disabled
|
Gets or sets the
CloudAnchorMode to use. |
GeospatialMode = GeospatialMode.Disabled
|
Choose the Geospatial API mode, allowing the use of
AREarthManager . |
Properties |
|
---|---|
EnableCloudAnchors
|
bool
Gets or sets a value indicating whether the Cloud Anchors are enabled. |
Public functions |
|
---|---|
CopyFrom(ARCoreExtensionsConfig otherConfig)
|
void
ValueType copy from another ARCoreExtensionsConfig object into this one.
|
Equals(object other)
|
override bool
ValueType check if two ARCoreExtensionsConfig objects are equal.
|
GetHashCode()
|
override int
Return a hash code for this object.
|
Public attributes
CloudAnchorMode
CloudAnchorMode CloudAnchorMode = CloudAnchorMode.Disabled
Gets or sets the CloudAnchorMode
to use.
GeospatialMode
GeospatialMode GeospatialMode = GeospatialMode.Disabled
Choose the Geospatial API mode, allowing the use of AREarthManager
.
Properties
EnableCloudAnchors
bool EnableCloudAnchors
Gets or sets a value indicating whether the Cloud Anchors are enabled.
Deprecated. Please use CloudAnchorMode instead.
Public functions
CopyFrom
void CopyFrom( ARCoreExtensionsConfig otherConfig )
ValueType copy from another ARCoreExtensionsConfig object into this one.
Details | |||
---|---|---|---|
Parameters |
|
Equals
override bool Equals( object other )
ValueType check if two ARCoreExtensionsConfig objects are equal.
Details | |||
---|---|---|---|
Parameters |
|
||
Returns |
True if the two ARCoreExtensionsConfig objects are value-type equal, otherwise false.
|
GetHashCode
override int GetHashCode()
Return a hash code for this object.
Details | |
---|---|
Returns |
A hash code value.
|