Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | List of all members
MaterialBasedOnGraphicsSetting.MaterialSwapInformation Class Reference

Information for materials to be swapped in depending on shader quality setting. More...

Public Attributes

Material highQualityMaterial
 Material to be used for high quality shader setting. More...
 
Material lowQualityMaterial
 Material to be used for low quality shader setting. More...
 
int materialToBeSwappedIndex
 Index of the mesh renderer materials array that these materials will be assigned to. More...
 
Material mediumQualityMaterial
 Material to be used for medium quality shader setting. More...
 
Material ultraQualityMaterial
 Material to be used for ultra quality shader setting. More...
 

Detailed Description

Information for materials to be swapped in depending on shader quality setting.

Member Data Documentation

Material MaterialBasedOnGraphicsSetting.MaterialSwapInformation.highQualityMaterial

Material to be used for high quality shader setting.

Material MaterialBasedOnGraphicsSetting.MaterialSwapInformation.lowQualityMaterial

Material to be used for low quality shader setting.

int MaterialBasedOnGraphicsSetting.MaterialSwapInformation.materialToBeSwappedIndex

Index of the mesh renderer materials array that these materials will be assigned to.

Material MaterialBasedOnGraphicsSetting.MaterialSwapInformation.mediumQualityMaterial

Material to be used for medium quality shader setting.

Material MaterialBasedOnGraphicsSetting.MaterialSwapInformation.ultraQualityMaterial

Material to be used for ultra quality shader setting.


The documentation for this class was generated from the following file: