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

Public Member Functions

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

Public Attributes

bool Enabled = false
 
float DustBillboardRadius = 3
 
float DustFieldCountInDirectionHalf = 5
 
float DistanceBetween = 180
 
float AnimSpeed = 0.004f
 
Color Color = Color.White
 
int Texture = 0
 

Detailed Description

Definition at line 8 of file MyParticleDustProperties.cs.

Member Function Documentation

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

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

Definition at line 19 of file MyParticleDustProperties.cs.

Member Data Documentation

float Sandbox.Game.World.MyParticleDustProperties.AnimSpeed = 0.004f

Definition at line 14 of file MyParticleDustProperties.cs.

Color Sandbox.Game.World.MyParticleDustProperties.Color = Color.White

Definition at line 15 of file MyParticleDustProperties.cs.

float Sandbox.Game.World.MyParticleDustProperties.DistanceBetween = 180

Definition at line 13 of file MyParticleDustProperties.cs.

float Sandbox.Game.World.MyParticleDustProperties.DustBillboardRadius = 3

Definition at line 11 of file MyParticleDustProperties.cs.

float Sandbox.Game.World.MyParticleDustProperties.DustFieldCountInDirectionHalf = 5

Definition at line 12 of file MyParticleDustProperties.cs.

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

Definition at line 10 of file MyParticleDustProperties.cs.

int Sandbox.Game.World.MyParticleDustProperties.Texture = 0

Definition at line 16 of file MyParticleDustProperties.cs.


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