Property realtimeDepthTexture
realtimeDepthTexture
The allocated realtime depth texture. Can be null if the probe never rendered with the realtime mode.
Most of the time, you do not need to set this value yourself. You can set this property in situations where you want to manually assign data that differs from what Unity generates.
선언
public RenderTexture realtimeDepthTexture { get; set; }
프로퍼티 값
타입 | 설명 |
---|---|
RenderTexture |