Class ResourceRequest<T>
A class that represents UnityEngine.ResourceRequest.
Inherited Members
Xamarin.Forms.BindableObject.add_PropertyChanging(Xamarin.Forms.PropertyChangingEventHandler)
Xamarin.Forms.BindableObject.remove_PropertyChanging(Xamarin.Forms.PropertyChangingEventHandler)
Namespace: Mux.Markup
Assembly: Mux.Markup.dll
Syntax
public sealed class ResourceRequest<T> : BindableObject, INotifyPropertyChanged, IDynamicResourceHandler
Type Parameters
Name | Description |
---|---|
T |
Fields
| Improve this Doc View SourceAssetProperty
Backing store for the Asset property.
Declaration
public static readonly BindableProperty AssetProperty
Field Value
Type | Description |
---|---|
BindableProperty |
IsDoneProperty
Backing store for the IsDone property.
Declaration
public static readonly BindableProperty IsDoneProperty
Field Value
Type | Description |
---|---|
BindableProperty |
RequestProperty
Backing store for the Request property.
Declaration
public static readonly BindableProperty RequestProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceAsset
A property that represents UnityEngine.ResourceRequest.asset
Declaration
public T Asset { get; }
Property Value
Type | Description |
---|---|
T |
Remarks
This returns null instead of stalling as like UnityEngine.ResourceRequest.asset.
IsDone
A property that represents UnityEngine.AsyncOperation.isDone
Declaration
public bool IsDone { get; }
Property Value
Type | Description |
---|---|
Boolean |
Request
A property that represents UnityEngine.ResourceRequest
Declaration
public UnityEngine.ResourceRequest Request { get; }
Property Value
Type | Description |
---|---|
UnityEngine.ResourceRequest |