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

Container class for information on each point in the celestial body texture atlas More...

Public Attributes

List< int > TextureAtlasIndices = new List<int>()
 List of all the texture indices valid at this point More...
 
List< float > TextureAtlasStrengths = new List<float>()
 List of all the texture strengths of the textures indices. Index 0 of TextureAtlasIndices maps to index 0 of TextureAtlasStrengths and so on... More...
 

Detailed Description

Container class for information on each point in the celestial body texture atlas

Member Data Documentation

List<int> CBTextureAtlasSO.CBTextureAtlasPoint.TextureAtlasIndices = new List<int>()

List of all the texture indices valid at this point

List<float> CBTextureAtlasSO.CBTextureAtlasPoint.TextureAtlasStrengths = new List<float>()

List of all the texture strengths of the textures indices. Index 0 of TextureAtlasIndices maps to index 0 of TextureAtlasStrengths and so on...


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