XRTexture
Utility class for acquiring cpu image data from external textures created by an XR subsystem.
Declaration
public abstract class XRTexture : IDisposableProperties
| Name | Type | Summary |
|---|---|---|
| readonly ExternalTexture | Texture | - |
| readonly Height | int | - |
| readonly Width | int | - |
Methods
| Name | Type | Summary |
|---|---|---|
| Copy | void | - |
| static CreateInstance | XRTexture | - |
| Dispose | void | - |
| TryAcquireCpuImage | bool | - |
| abstract Update | bool | - |
Relationships
implements: System.IDisposable