ImageExt ClassImage extensions.
Inheritance Hierarchy
System.Object
UltimateXR.Extensions.Unity.Render.ImageExt
Namespace: UltimateXR.Extensions.Unity.Render
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static class ImageExt
The ImageExt type exposes the following members.
Methods
Name | Description | |
---|---|---|
OverrideSpriteFromBase64Async | Loads a sprite asynchronously from a base64 encoded string and assigns it to the overrideSprite property of an Image. | |
OverrideSpriteFromUriAsync | Loads a sprite asynchronously from an URI and assigns it to the overrideSprite property of an Image. | |
TryOverrideSpriteFromBase64Async | Tries to load a sprite asynchronously from a base64 encoded string and assign it to the overrideSprite property of an Image. | |
TryOverrideSpriteFromUriAsync | Tries to load a sprite asynchronously from an URI and assign it to the overrideSprite property of an Image. |