Click or drag to resize

Texture2DParser Class

A texture parser.
Inheritance Hierarchy

Namespace:  Kit.Parsers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class Texture2DParser : ResourceParser
Request Example View Source

The Texture2DParser type exposes the following members.

Properties
  NameDescription
Public propertyParseMode
Return whether the parser works in text-mode or binary.
(Overrides ResourceParserParseMode.)
Public propertySupportedExtensions
Return an array file extensions this parser can parse.
(Overrides ResourceParserSupportedExtensions.)
Public propertySupportedTypes
Return an array of types this parser can work with – output for reading, input for saving.
(Overrides ResourceParserSupportedTypes.)
Top
Methods
See Also