Table of Contents

Struct ArchetypeDefinition

Namespace
Coherence.Editor.Toolkit
Assembly
Coherence.Editor.dll
public struct ArchetypeDefinition

Constructors

ArchetypeDefinition(string, CoherenceSync, List<ArchetypeLOD>)

public ArchetypeDefinition(string name, CoherenceSync sync, List<ArchetypeLOD> lods)

Parameters

name string
sync CoherenceSync
lods List<ArchetypeLOD>

Fields

lods

public List<ArchetypeLOD> lods

Field Value

List<ArchetypeLOD>

name

public string name

Field Value

string

sync

public CoherenceSync sync

Field Value

CoherenceSync