Table of Contents

Struct ArchetypeLOD

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

Constructors

ArchetypeLOD(int, float)

public ArchetypeLOD(int level, float distance)

Parameters

level int
distance float

Fields

distance

public float distance

Field Value

float

items

public List<ArchetypeItem> items

Field Value

List<ArchetypeItem>

level

public int level

Field Value

int