Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Enumerations
Package PartToolsLib

Enumerations

enum  AnimationType : int {
  AnimationType.Transform, AnimationType.Material, AnimationType.Light, AnimationType.AudioSource,
  AnimationType.ParticleEmitter
}
 Supported animation types More...
 
enum  EntryType : int {
  EntryType.ChildTransformStart, EntryType.ChildTransformEnd, EntryType.Animation, EntryType.MeshCollider,
  EntryType.SphereCollider, EntryType.CapsuleCollider, EntryType.BoxCollider, EntryType.MeshFilter,
  EntryType.MeshRenderer, EntryType.SkinnedMeshRenderer, EntryType.Materials, EntryType.Material,
  EntryType.Textures, EntryType.MeshStart, EntryType.MeshVerts, EntryType.MeshUV,
  EntryType.MeshUV2, EntryType.MeshNormals, EntryType.MeshTangents, EntryType.MeshTriangles,
  EntryType.MeshBoneWeights, EntryType.MeshBindPoses, EntryType.MeshEnd, EntryType.Light,
  EntryType.TagAndLayer, EntryType.MeshCollider2, EntryType.SphereCollider2, EntryType.CapsuleCollider2,
  EntryType.BoxCollider2, EntryType.WheelCollider, EntryType.Camera, EntryType.ParticleEmitter,
  EntryType.MeshVertexColors
}
 Type of entry in the file format More...
 
enum  FileType : int { FileType.ModelBinary = 76543 }
 
enum  ShaderType : int {
  ShaderType.Custom, ShaderType.Diffuse, ShaderType.Specular, ShaderType.Bumped,
  ShaderType.BumpedSpecular, ShaderType.Emissive, ShaderType.EmissiveSpecular, ShaderType.EmissiveBumpedSpecular,
  ShaderType.AlphaCutout, ShaderType.AlphaCutoutBumped, ShaderType.Alpha, ShaderType.AlphaSpecular,
  ShaderType.AlphaUnlit, ShaderType.Unlit, ShaderType.ParticleAlpha, ShaderType.ParticleAdditive,
  ShaderType.BumpedSpecularMap
}
 Supported shaders More...
 
enum  TextureType : int { TextureType.Texture, TextureType.NormalMap }
 

Enumeration Type Documentation

Supported animation types

Enumerator
Transform 
Material 
Light 
AudioSource 
ParticleEmitter 

Type of entry in the file format

Enumerator
ChildTransformStart 
ChildTransformEnd 
Animation 
MeshCollider 
SphereCollider 
CapsuleCollider 
BoxCollider 
MeshFilter 
MeshRenderer 
SkinnedMeshRenderer 
Materials 
Material 
Textures 
MeshStart 
MeshVerts 
MeshUV 
MeshUV2 
MeshNormals 
MeshTangents 
MeshTriangles 
MeshBoneWeights 
MeshBindPoses 
MeshEnd 
Light 
TagAndLayer 
MeshCollider2 
SphereCollider2 
CapsuleCollider2 
BoxCollider2 
WheelCollider 
Camera 
ParticleEmitter 
MeshVertexColors 
Enumerator
ModelBinary 

Supported shaders

Enumerator
Custom 
Diffuse 
Specular 
Bumped 
BumpedSpecular 
Emissive 
EmissiveSpecular 
EmissiveBumpedSpecular 
AlphaCutout 
AlphaCutoutBumped 
Alpha 
AlphaSpecular 
AlphaUnlit 
Unlit 
ParticleAlpha 
ParticleAdditive 
BumpedSpecularMap 
Enumerator
Texture 
NormalMap