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

NameDescription
Public methodStatic memberOverrideSpriteFromBase64Async Loads a sprite asynchronously from a base64 encoded string and assigns it to the overrideSprite property of an Image.
Public methodStatic memberOverrideSpriteFromUriAsync Loads a sprite asynchronously from an URI and assigns it to the overrideSprite property of an Image.
Public methodStatic memberTryOverrideSpriteFromBase64Async Tries to load a sprite asynchronously from a base64 encoded string and assign it to the overrideSprite property of an Image.
Public methodStatic memberTryOverrideSpriteFromUriAsync Tries to load a sprite asynchronously from an URI and assign it to the overrideSprite property of an Image.

See Also

Reference

UltimateXR.Extensions.Unity.Render Namespace