ARMarker.nativePtr Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.