XRCompositionLayer: blendTextureSourceAlpha property
The blendTextureSourceAlpha
property of the XRCompositionLayer
interface is a boolean enabling the layer's texture alpha channel.
Value
A boolean. true
enables the alpha channel, false
disables it.
Examples
Setting a layer's texture alpha channel
The following code snippet toggles a layer to opaque and back.
myLayer.blendTextureSourceAlpha = !myLayer.blendTextureSourceAlpha;
Specifications
Browser compatibility
|
Desktop |
Mobile |
|
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
WebView Android |
Chrome Android |
Firefox for Android |
Opera Android |
Safari on IOS |
Samsung Internet |
blendTextureSourceAlpha |
No |
No |
No |
No |
No |
No |
No |
No |
No |
No |
No |
No |
See also