Show / Hide Table of Contents

Class BaseResourceProvider

An abstract class that represents UnityEngine.ResourceRequest.

Inheritance
Object
BaseResourceProvider
BaseResourceProvider<T>
Namespace: Mux.Markup
Assembly: Mux.Markup.dll
Syntax
public abstract class BaseResourceProvider : object

Properties

| Improve this Doc View Source

Asset

A property that represents UnityEngine.ResourceRequest.asset.

Declaration
public BindingBase Asset { get; set; }
Property Value
Type Description
BindingBase
| Improve this Doc View Source

IsDone

A property that represents UnityEngine.AsyncOperation.isDone.

Declaration
public BindingBase IsDone { get; set; }
Property Value
Type Description
BindingBase
| Improve this Doc View Source

Path

A property that represents path parameter of UnityEngine.Resources.LoadAsync(System.String).

Declaration
public string Path { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Request

A property to get the underlaying UnityEngine.ResourceRequest.

Declaration
public BindingBase Request { get; set; }
Property Value
Type Description
BindingBase
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX