Table of Contents

Property navMeshLod

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

navMeshLod

Gets or sets the NavMesh LOD index for Unity Terrain tree prototypes.

public int navMeshLod { get; set; }

Property Value

int

Remarks

Values below zero are clamped to zero. This setting is forwarded to UnityEngine.TreePrototype.navMeshLod in the Unity Terrain integration and is otherwise ignored unless another backend reads it explicitly.