Struct LodsGenerationSettings
Serializable container class for all LODs
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 LodsGenerationSettings
Constructors
LodsGenerationSettings(LodGenerationSettings[])
Declaration
public LodsGenerationSettings(LodGenerationSettings[] lods)
Parameters
Type | Name | Description |
---|---|---|
LodGenerationSettings[] | lods |
Properties
isLocked
Declaration
public bool isLocked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
lods
Get or Set settings for each LOD. Check @link PiXYZ.LODSettings @endlink for information on how to set up a LOD.
Declaration
public LodGenerationSettings[] lods { get; set; }
Property Value
Type | Description |
---|---|
LodGenerationSettings[] |
quality
Declaration
public LodGenerationSettings quality { get; set; }
Property Value
Type | Description |
---|---|
LodGenerationSettings |
Methods
Default()
Declaration
public static LodsGenerationSettings Default()
Returns
Type | Description |
---|---|
LodsGenerationSettings |