Show / Hide Table of Contents

Class ResourceRequest<T>

A class that represents UnityEngine.ResourceRequest.

Inheritance
Object
BindableObject
ResourceRequest<T>
Implements
INotifyPropertyChanged
IDynamicResourceHandler
Inherited Members
BindableObject.BindingContextProperty
Xamarin.Forms.BindableObject.add_PropertyChanging(Xamarin.Forms.PropertyChangingEventHandler)
Xamarin.Forms.BindableObject.remove_PropertyChanging(Xamarin.Forms.PropertyChangingEventHandler)
BindableObject.ClearValue(BindableProperty)
BindableObject.ClearValue(BindablePropertyKey)
BindableObject.GetValue(BindableProperty)
BindableObject.GetValues(BindableProperty, BindableProperty)
BindableObject.GetValues(BindableProperty, BindableProperty, BindableProperty)
BindableObject.IsSet(BindableProperty)
BindableObject.RemoveBinding(BindableProperty)
BindableObject.SetBinding(BindableProperty, BindingBase)
BindableObject.SetInheritedBindingContext(BindableObject, Object)
BindableObject.ApplyBindings()
BindableObject.OnBindingContextChanged()
BindableObject.OnPropertyChanged(String)
BindableObject.OnPropertyChanging(String)
BindableObject.UnapplyBindings()
BindableObject.IDynamicResourceHandler.SetDynamicResource(BindableProperty, String)
BindableObject.SetValue(BindableProperty, Object)
BindableObject.SetValue(BindablePropertyKey, Object)
BindableObject.SetValueCore(BindableProperty, Object, SetValueFlags)
BindableObject.CoerceValue(BindableProperty)
BindableObject.CoerceValue(BindablePropertyKey)
BindableObject.Dispatcher
BindableObject.BindingContext
BindableObject.PropertyChanged
BindableObject.PropertyChanging
BindableObject.BindingContextChanged
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 Source

AssetProperty

Backing store for the Asset property.

Declaration
public static readonly BindableProperty AssetProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

IsDoneProperty

Backing store for the IsDone property.

Declaration
public static readonly BindableProperty IsDoneProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

RequestProperty

Backing store for the Request property.

Declaration
public static readonly BindableProperty RequestProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

Asset

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.

| Improve this Doc View Source

IsDone

A property that represents UnityEngine.AsyncOperation.isDone

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

Request

A property that represents UnityEngine.ResourceRequest

Declaration
public UnityEngine.ResourceRequest Request { get; }
Property Value
Type Description
UnityEngine.ResourceRequest

Implements

System.ComponentModel.INotifyPropertyChanged
Xamarin.Forms.Internals.IDynamicResourceHandler
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX