Share via


ARMarker.nativePtr Property

Definition

Get a native pointer associated with this marker.

public IntPtr nativePtr { get; }
member this.nativePtr : nativeint
Public ReadOnly Property nativePtr As IntPtr

Property Value

IntPtr

nativeint

Remarks

The data pointed to by this member is implementation defined. The lifetime of the pointed to object is also implementation defined, but should be valid at least until the next UnityEngine.XR.ARFoundation.ARSession update.

Applies to