Table of Contents

Class EntityArchetypeLOD

Namespace
Coherence.ProtocolDef
Assembly
Coherence.ProtocolDef.dll
public class EntityArchetypeLOD
Inheritance
EntityArchetypeLOD

Constructors

EntityArchetypeLOD()

public EntityArchetypeLOD()

Fields

ComponentReplacement

public Dictionary<uint, uint> ComponentReplacement

Field Value

Dictionary<uint, uint>

ComponentsExcluded

public uint[] ComponentsExcluded

Field Value

uint[]

Distance

public float Distance

Field Value

float

Level

public uint Level

Field Value

uint

Methods

IsExcludedComponentType(uint)

public bool IsExcludedComponentType(uint comp)

Parameters

comp uint

Returns

bool

RemovedComponentsAtLevel()

public uint[] RemovedComponentsAtLevel()

Returns

uint[]

SpecializedComponentType(uint, out uint)

public bool SpecializedComponentType(uint baseComponentType, out uint mapped)

Parameters

baseComponentType uint
mapped uint

Returns

bool