Table of Contents

Class VectorsConverter

Namespace
Exiled.Loader.Features.Configs.CustomConverters
Assembly
Exiled.Loader.dll

Converts a Vector2, Vector3 or Vector4 to Yaml configs and vice versa.

public sealed class VectorsConverter : IYamlTypeConverter
Inheritance
VectorsConverter
Implements
IYamlTypeConverter
Inherited Members
Extension Methods

Methods

Accepts(Type)

public bool Accepts(Type type)

Parameters

type Type

Returns

bool

ReadYaml(IParser, Type)

public object ReadYaml(IParser parser, Type type)

Parameters

parser IParser
type Type

Returns

object

WriteYaml(IEmitter, object, Type)

public void WriteYaml(IEmitter emitter, object value, Type type)

Parameters

emitter IEmitter
value object
type Type