Show / Hide Table of Contents

Struct SimplygonMaterialLODSettings

  • Desc : The following class stores settings for the simplygon material LOD. Specifically the mapping image
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.SimplygonMeshReduction
Assembly: UE4DotNet.dll
Syntax
public struct SimplygonMaterialLODSettings

Fields

| Improve this Doc View Source

bActive

Declaration
public bool bActive
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bReuseExistingCharts

Declaration
public bool bReuseExistingCharts
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bUseAutomaticSizes

Declaration
public bool bUseAutomaticSizes
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

GutterSpace

Declaration
public int GutterSpace
Field Value
Type Description
System.Int32
| Improve this Doc View Source

MaterialLODType

Declaration
public byte MaterialLODType
Field Value
Type Description
System.Byte
| Improve this Doc View Source

SamplingQuality

Declaration
public byte SamplingQuality
Field Value
Type Description
System.Byte
| Improve this Doc View Source

TextureHeight

Declaration
public byte TextureHeight
Field Value
Type Description
System.Byte
| Improve this Doc View Source

TextureStrech

Declaration
public byte TextureStrech
Field Value
Type Description
System.Byte
| Improve this Doc View Source

TextureWidth

Declaration
public byte TextureWidth
Field Value
Type Description
System.Byte
  • Improve this Doc
  • View Source
Back to top Generated by DocFX