Constructor XREnvironmentProbe
XREnvironmentProbe(TrackableId, Vector3, Pose, Vector3, XRTextureDescriptor, TrackingState, IntPtr)
Constructs an XREnvironmentProbe.
Declaration
public XREnvironmentProbe(TrackableId trackableId, Vector3 scale, Pose pose, Vector3 size, XRTextureDescriptor descriptor, TrackingState trackingState, IntPtr nativePtr)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackableId | trackableId | The TrackableId associated with this tracked probe. |
| Vector3 | scale | The scale of the associated probe. |
| Pose | pose | The |
| Vector3 | size | The size (rendering bounds) of the associated probe. |
| XRTextureDescriptor | descriptor | The XRTextureDescriptor associated with the probe's cubemap. |
| TrackingState | trackingState | The TrackingState of the probe. |
| IntPtr | nativePtr | A native pointer associated with the probe's cubemap. |