Class BaseResourceProvider
An abstract class that represents UnityEngine.ResourceRequest.
Namespace: Mux.Markup
Assembly: Mux.Markup.dll
Syntax
public abstract class BaseResourceProvider : object
Properties
| Improve this Doc View SourceAsset
A property that represents UnityEngine.ResourceRequest.asset.
Declaration
public BindingBase Asset { get; set; }
Property Value
Type | Description |
---|---|
BindingBase |
IsDone
A property that represents UnityEngine.AsyncOperation.isDone.
Declaration
public BindingBase IsDone { get; set; }
Property Value
Type | Description |
---|---|
BindingBase |
Path
A property that represents path
parameter of
UnityEngine.Resources.LoadAsync(System.String).
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
String |
Request
A property to get the underlaying UnityEngine.ResourceRequest.
Declaration
public BindingBase Request { get; set; }
Property Value
Type | Description |
---|---|
BindingBase |