Struct SerializedARCollaborationData
Represents the serialized form of an ARCollaborationData. Obtain with ToSerialized().
Inherited Members
Namespace: UnityEngine.XR.ARKit
Assembly: solution.dll
Syntax
public struct SerializedARCollaborationData : IDisposable, IEquatable<SerializedARCollaborationData>
Properties
| Name | Description |
|---|---|
| bytes | Get the raw bytes of the serialized ARCollaborationData as a |
| created | Whether the SerializedARCollaborationData has been created or not. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposes the native resource associated with this SerializedARCollaborationData. |
| Equals(object) | Compares for equality. |
| Equals(SerializedARCollaborationData) | Compares for equality. |
| GetHashCode() | Generates a hash code suitable for use in |
Operators
| Name | Description |
|---|---|
| operator ==(SerializedARCollaborationData, SerializedARCollaborationData) | Compares |
| operator !=(SerializedARCollaborationData, SerializedARCollaborationData) | Compares |