Class Readers
Represents a series of methods to retrieve TriLib readers information.
Inherited Members
Namespace: TriLibCore
Assembly: Assembly-CSharp.dll
Syntax
public class Readers
Properties
Extensions
Gets all TriLib reader extensions.
Declaration
public static IList<string> Extensions { get; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Methods
FindReaderForExtension(string)
Returns the Reader used to process the given extension.
Declaration
public static ReaderBase FindReaderForExtension(string extension)
Parameters
| Type | Name | Description |
|---|---|---|
| string | extension | The extension to search the Reader for. |
Returns
| Type | Description |
|---|---|
| ReaderBase | The Reader used to process the extension, if found. Otherwise, |