Class TextDataProvider
Provides raw text from a local or remote URL.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.ResourceProviders
어셈블리: solution.dll
구문
public class TextDataProvider : ResourceProviderBase, IResourceProvider, IInitializableObject
프로퍼티
이름 | 설명 |
---|---|
IgnoreFailures | Controls whether errors are logged - this is disabled when trying to load from the local cache since failures are expected |
메서드
이름 | 설명 |
---|---|
Convert(Type, string) | Method to convert the text into the object type requested. Usually the text contains a JSON formatted serialized object. |
Provide(ProvideHandle) | Provides raw text data from the location. |