Struct LodGenerationSettings
Serializable container class for a single LOD.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: PiXYZ.Import
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct LodGenerationSettings
Fields
quality
The quality for that LOD.
Declaration
public LodQuality quality
Field Value
Type | Description |
---|---|
LodQuality |
threshold
The threshold [0 to 1] at which this LOD ends. For example : A threshold of 0 means that this LOD will be visible between (previousLOD.threshold * 100)% and 0% visibility. A threshold of 0.3 means that this LOD will be visible between (previousLOD.threshold * 100)% and 30% visibility.
Declaration
public double threshold
Field Value
Type | Description |
---|---|
System.Double |