Space Engineers
Static Public Member Functions | Public Attributes | List of all members
VRage.Game.MyObjectBuilder_Profiler Class Reference
Inheritance diagram for VRage.Game.MyObjectBuilder_Profiler:
VRage.ObjectBuilders.MyObjectBuilder_Base

Static Public Member Functions

static MyObjectBuilder_Profiler GetObjectBuilder (MyProfiler profiler)
 
static MyProfiler Init (MyObjectBuilder_Profiler objectBuilder)
 
static void SaveToFile (int index)
 
static void LoadFromFile (int index)
 
static void SetDelegates ()
 

Public Attributes

List< MyObjectBuilder_ProfilerBlockProfilingBlocks
 
List< MyProfilerBlockKeyRootBlocks
 
int[] TotalCalls
 
string CustomName = ""
 
string AxisName = ""
 

Additional Inherited Members

- Public Member Functions inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
bool ShouldSerializeSubtypeId ()
 
void Save (string filepath)
 
virtual MyObjectBuilder_Base Clone ()
 
- Properties inherited from VRage.ObjectBuilders.MyObjectBuilder_Base
MyStringHash SubtypeId [get]
 
string SubtypeName [get, set]
 
MyObjectBuilderType TypeId [get]
 

Detailed Description

Definition at line 10 of file MyObjectBuilder_Profiler.cs.

Member Function Documentation

static MyObjectBuilder_Profiler VRage.Game.MyObjectBuilder_Profiler.GetObjectBuilder ( MyProfiler  profiler)
inlinestatic

Definition at line 22 of file MyObjectBuilder_Profiler.cs.

static MyProfiler VRage.Game.MyObjectBuilder_Profiler.Init ( MyObjectBuilder_Profiler  objectBuilder)
inlinestatic

Definition at line 46 of file MyObjectBuilder_Profiler.cs.

static void VRage.Game.MyObjectBuilder_Profiler.LoadFromFile ( int  index)
inlinestatic

Definition at line 90 of file MyObjectBuilder_Profiler.cs.

static void VRage.Game.MyObjectBuilder_Profiler.SaveToFile ( int  index)
inlinestatic

Definition at line 77 of file MyObjectBuilder_Profiler.cs.

static void VRage.Game.MyObjectBuilder_Profiler.SetDelegates ( )
inlinestatic

Definition at line 104 of file MyObjectBuilder_Profiler.cs.

Member Data Documentation

string VRage.Game.MyObjectBuilder_Profiler.AxisName = ""

Definition at line 20 of file MyObjectBuilder_Profiler.cs.

string VRage.Game.MyObjectBuilder_Profiler.CustomName = ""

Definition at line 18 of file MyObjectBuilder_Profiler.cs.

List<MyObjectBuilder_ProfilerBlock> VRage.Game.MyObjectBuilder_Profiler.ProfilingBlocks

Definition at line 12 of file MyObjectBuilder_Profiler.cs.

List<MyProfilerBlockKey> VRage.Game.MyObjectBuilder_Profiler.RootBlocks

Definition at line 14 of file MyObjectBuilder_Profiler.cs.

int [] VRage.Game.MyObjectBuilder_Profiler.TotalCalls

Definition at line 16 of file MyObjectBuilder_Profiler.cs.


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