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

Public Member Functions

 MyEnvironmentalParticle (string material, Vector4 color, int lifeTime)
 
void Activate (Vector3 position)
 
void Deactivate ()
 

Public Attributes

object UserData
 

Properties

Vector3 Position [get, set]
 
string Material [get]
 
Vector4 Color [get]
 
int BirthTime [get]
 
int LifeTime [get]
 
bool Active [get]
 

Detailed Description

Definition at line 12 of file MyEnvironmentalParticleLogic.cs.

Constructor & Destructor Documentation

Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.MyEnvironmentalParticle ( string  material,
Vector4  color,
int  lifeTime 
)
inline

Definition at line 34 of file MyEnvironmentalParticleLogic.cs.

Member Function Documentation

void Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.Activate ( Vector3  position)
inline

Definition at line 47 of file MyEnvironmentalParticleLogic.cs.

void Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.Deactivate ( )
inline

Definition at line 54 of file MyEnvironmentalParticleLogic.cs.

Member Data Documentation

object Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.UserData

Definition at line 32 of file MyEnvironmentalParticleLogic.cs.

Property Documentation

bool Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.Active
get

Definition at line 30 of file MyEnvironmentalParticleLogic.cs.

int Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.BirthTime
get

Definition at line 24 of file MyEnvironmentalParticleLogic.cs.

Vector4 Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.Color
get

Definition at line 21 of file MyEnvironmentalParticleLogic.cs.

int Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.LifeTime
get

Definition at line 27 of file MyEnvironmentalParticleLogic.cs.

string Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.Material
get

Definition at line 18 of file MyEnvironmentalParticleLogic.cs.

Vector3 Sandbox.Game.World.MyEnvironmentalParticleLogic.MyEnvironmentalParticle.Position
getset

Definition at line 15 of file MyEnvironmentalParticleLogic.cs.


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