Table of Contents

Method EncodeComponent

Namespace
GrindFest.Content.Editor
Assembly
GrindFest.dll

EncodeComponent(Component)

Encodes one component's serialized fields (including inherited ones Unity serializes).

public Dictionary<string, object> EncodeComponent(Component component)

Parameters

component Component

Returns

Dictionary<string, object>