Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Game.World.MyGodRaysProperties Class Reference

Public Member Functions

MyGodRaysProperties InterpolateWith (MyGodRaysProperties otherProperties, float interpolator)
 
Parameters
interpolator0 - use this object, 1 - use other object
More...
 

Public Attributes

bool Enabled = false
 
float Density = 0.34f
 
float Weight = 1.27f
 
float Decay = 0.97f
 
float Exposition = 0.077f
 

Detailed Description

Definition at line 8 of file MyGodRaysProperties.cs.

Member Function Documentation

MyGodRaysProperties Sandbox.Game.World.MyGodRaysProperties.InterpolateWith ( MyGodRaysProperties  otherProperties,
float  interpolator 
)
inline

Parameters
interpolator0 - use this object, 1 - use other object

Definition at line 17 of file MyGodRaysProperties.cs.

Member Data Documentation

float Sandbox.Game.World.MyGodRaysProperties.Decay = 0.97f

Definition at line 13 of file MyGodRaysProperties.cs.

float Sandbox.Game.World.MyGodRaysProperties.Density = 0.34f

Definition at line 11 of file MyGodRaysProperties.cs.

bool Sandbox.Game.World.MyGodRaysProperties.Enabled = false

Definition at line 10 of file MyGodRaysProperties.cs.

float Sandbox.Game.World.MyGodRaysProperties.Exposition = 0.077f

Definition at line 14 of file MyGodRaysProperties.cs.

float Sandbox.Game.World.MyGodRaysProperties.Weight = 1.27f

Definition at line 12 of file MyGodRaysProperties.cs.


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