Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | List of all members
SunShaderController Class Reference
Inheritance diagram for SunShaderController:

Public Attributes

AnimationCurve curve0
 
AnimationCurve curve1
 
AnimationCurve curve2
 
AnimationCurve curve3
 
float frequency0 = 4f
 
float frequency1 = 3f
 
float frequency2 = 2f
 
float frequency3 = 1f
 
float speedFactor = 1f
 
bool usePlanetariumTime = false
 

Member Data Documentation

AnimationCurve SunShaderController.curve0
Initial value:
= new AnimationCurve(
new Keyframe[]
{
new Keyframe(0f, 0f),
new Keyframe(0.5f, 1f),
new Keyframe(1f, 0f)
}
)
AnimationCurve SunShaderController.curve1
Initial value:
= new AnimationCurve(
new Keyframe[]
{
new Keyframe(0f, 0f),
new Keyframe(0.5f, 1f),
new Keyframe(1f, 0f)
}
)
AnimationCurve SunShaderController.curve2
Initial value:
= new AnimationCurve(
new Keyframe[]
{
new Keyframe(0f, 0f),
new Keyframe(0.5f, 1f),
new Keyframe(1f, 0f)
}
)
AnimationCurve SunShaderController.curve3
Initial value:
= new AnimationCurve(
new Keyframe[]
{
new Keyframe(0f, 0f),
new Keyframe(0.5f, 1f),
new Keyframe(1f, 0f)
}
)
float SunShaderController.frequency0 = 4f
float SunShaderController.frequency1 = 3f
float SunShaderController.frequency2 = 2f
float SunShaderController.frequency3 = 1f
float SunShaderController.speedFactor = 1f
bool SunShaderController.usePlanetariumTime = false

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