Show / Hide Table of Contents

Class AN_ImageLoadResult

Object reflects an image load result via AN_ImageManager

Inheritance
System.Object
AN_ImageLoadResult
Namespace: SA.Android.GMS.Common.Images
Assembly: cs.temp.dll.dll
Syntax
public class AN_ImageLoadResult : SA_Result

Constructors

AN_ImageLoadResult(SA_Error)

Declaration
public AN_ImageLoadResult(SA_Error error)
Parameters
Type Name Description
SA_Error error

Properties

Image

Declaration
public Texture2D Image { get; }
Property Value
Type Description
Texture2D
In This Article
Back to top Generated by DocFX