Click or drag to resize

TextAssetLoader Class

Fetches the data from a file resource.

Input: String (Path to file resource).

Output: String (File resource contents).

Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.LoadersTextAssetLoader

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Loaders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class TextAssetLoader : DataProvider

The TextAssetLoader type exposes the following members.

Constructors
  NameDescription
Public methodTextAssetLoader
Initializes a new instance of the TextAssetLoader class
Top
Properties
Methods
Fields
  NameDescription
Public fieldFileResource
Data value which contains the path to the file resource.
Top
See Also