Click or drag to resize

Texture2DParserWrite Method

Parse data for writing.

Namespace:  Kit.Parsers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public override Object Write(
	Object data,
	string path = null
)
Request Example View Source

Parameters

data
Type: SystemObject
The input object.
path (Optional)
Type: SystemString
Path to the file.

Return Value

Type: Object
String or byte-array.
Exceptions
ExceptionCondition
NotImplementedExceptionThe parser does not support writing.
See Also