Method EnqueueRequest
EnqueueRequest(Vector3, int)
Enqueue a request for probe rendering at the specified location.
Declaration
public void EnqueueRequest(Vector3 capturePosition, int probeInstanceID)
Parameters
| Type | Name | Description | 
|---|---|---|
| Vector3 | capturePosition | The position at which a probe is baked.  | 
    
| int | probeInstanceID | The instance ID of the probe doing the request.  |