Table of Contents

Class Composer

Namespace
Dec
Assembly
dec.dll

Handles writing dec structures into files. Generally useful for in-game editors.

public class Composer
Inheritance
object
Composer

Remarks

This class is under heavy development and its API is likely to be unstable and undocumented.

Methods

ComposeValidation(IUserSettings)

public string ComposeValidation(Recorder.IUserSettings userSettings = null)

Parameters

userSettings Recorder.IUserSettings

Returns

string

ComposeXml(bool, IUserSettings)

public string ComposeXml(bool pretty, Recorder.IUserSettings userSettings = null)

Parameters

pretty bool
userSettings Recorder.IUserSettings

Returns

string