API Reference · Scene and camera

LevelOfDetailCollection

Namespace: Ava3D

public sealed class LevelOfDetailCollection : Collections.ObjectModel.Collection<LevelOfDetail>

A node's levels of detail, in any order: they are sorted by distance when the scene is drawn. Changing the collection is a change to the scene.

See also