Struct ProbeCapturePositionSettings
Settings to use when capturing a probe.
상속된 멤버
네임스페이스: UnityEngine.Experimental.Rendering.HDPipeline
어셈블리: solution.dll
구문
[Serializable]
public struct ProbeCapturePositionSettings
생성자
| 이름 | 설명 |
|---|---|
| ProbeCapturePositionSettings(Vector3, Quaternion) | Create a new settings with only the probe transform. |
| ProbeCapturePositionSettings(Vector3, Quaternion, Vector3, Quaternion) | Create new settings. |
필드
| 이름 | 설명 |
|---|---|
| default | Default value. |
| proxyPosition | The proxy position. |
| proxyRotation | The proxy rotation. |
| referencePosition | The reference position. This additional information is used to compute the actual capture position. (ProbeSettings.ProbeType) |
| referenceRotation | The reference rotation. This additional information is used to compute the actual capture position. (ProbeSettings.ProbeType) |
메서드
| 이름 | 설명 |
|---|---|
| ComputeFrom(HDProbe, Transform) | |
| ComputeFromMirroredReference(HDProbe, Vector3) | |
| ComputeHash() |