LoadOptions.ResourceLoadingResult.LoadingCancelled

LoadOptions.ResourceLoadingResult.LoadingCancelled field

Sometimes for some reasons loading should not occure custom code. In such case please set this flag as True. In such case converter will try use internal default resource loader to get that result(as it behave in situation when custom strategy not supplied).

public bool LoadingCancelled;

See Also