Space Engineers
Classes | Public Member Functions | Static Public Member Functions | Static Public Attributes | Properties | List of all members
Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3 Class Reference
Inheritance diagram for Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3:
Sandbox.Game.GameSystems.StructuralIntegrity.IMyIntegritySimulator Sandbox.Game.GameSystems.StructuralIntegrity.IMyIntegritySimulator

Public Member Functions

void Draw ()
 
void Close ()
 
void ForceRecalc ()
 
 MyOndraSimulator3 (MyCubeGrid grid)
 
void DebugDraw ()
 
void Add (MySlimBlock block)
 
void Remove (MySlimBlock block)
 
bool Simulate (float deltaTime)
 
bool IsConnectionFine (MySlimBlock blockA, MySlimBlock blockB)
 
float GetSupportedWeight (Vector3I pos)
 
float GetTension (Vector3I pos)
 

Static Public Member Functions

static float MassToSI (float mass)
 
static float MassFromSI (float mass)
 

Static Public Attributes

static string[] Algs = {"Stat", "Dyn", "Adv", "AdvS"}
 
static int AlgIndex = 3
 
static bool DrawText = true
 

Properties

static bool BlurEnabled [get, set]
 
static bool BlurStaticShareSupport [get, set]
 
static float BlurAmount [get, set]
 
static float BlurIterations [get, set]
 
static float ClosestDistanceThreshold [get, set]
 
static Vector3I SelectedCube [get, set]
 

Detailed Description

Definition at line 17 of file MyOndraSimulator3-OldAlgorithms.cs.

Constructor & Destructor Documentation

Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.MyOndraSimulator3 ( MyCubeGrid  grid)
inline

Definition at line 153 of file MyOndraSimulator3.cs.

Member Function Documentation

void Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.Add ( MySlimBlock  block)
inline
void Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.Close ( )
inline
void Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.DebugDraw ( )
inline
void Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.Draw ( )
inline
void Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.ForceRecalc ( )
inline
float Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.GetSupportedWeight ( Vector3I  pos)
inline
float Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.GetTension ( Vector3I  pos)
inline
bool Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.IsConnectionFine ( MySlimBlock  blockA,
MySlimBlock  blockB 
)
inline
static float Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.MassFromSI ( float  mass)
inlinestatic

Definition at line 474 of file MyOndraSimulator3.cs.

static float Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.MassToSI ( float  mass)
inlinestatic

Definition at line 469 of file MyOndraSimulator3.cs.

void Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.Remove ( MySlimBlock  block)
inline
bool Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.Simulate ( float  deltaTime)
inline

Member Data Documentation

int Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.AlgIndex = 3
static

Definition at line 97 of file MyOndraSimulator3.cs.

string [] Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.Algs = {"Stat", "Dyn", "Adv", "AdvS"}
static

Definition at line 96 of file MyOndraSimulator3.cs.

bool Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.DrawText = true
static

Definition at line 107 of file MyOndraSimulator3.cs.

Property Documentation

float Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.BlurAmount
staticgetset

Definition at line 110 of file MyOndraSimulator3.cs.

bool Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.BlurEnabled
staticgetset

Definition at line 108 of file MyOndraSimulator3.cs.

float Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.BlurIterations
staticgetset

Definition at line 111 of file MyOndraSimulator3.cs.

bool Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.BlurStaticShareSupport
staticgetset

Definition at line 109 of file MyOndraSimulator3.cs.

float Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.ClosestDistanceThreshold
staticgetset

Definition at line 112 of file MyOndraSimulator3.cs.

Vector3I Sandbox.Game.GameSystems.StructuralIntegrity.MyOndraSimulator3.SelectedCube
staticgetset

Definition at line 719 of file MyOndraSimulator3.cs.


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