Space Engineers
Public Attributes | List of all members
Sandbox.Definitions.MyCubeBlockDefinition.BuildProgressModel Class Reference

Public Attributes

float BuildRatioUpperBound
 Upper bound when the model is no longer shown. If model is first in array and has build percentage of 0.33, it will be shown between 0% and 33% of build progress. More...
 
string File
 
bool RandomOrientation
 
MountPoint[] MountPoints
 
bool Visible
 

Detailed Description

Definition at line 172 of file MyCubeBlockDefinition.cs.

Member Data Documentation

float Sandbox.Definitions.MyCubeBlockDefinition.BuildProgressModel.BuildRatioUpperBound

Upper bound when the model is no longer shown. If model is first in array and has build percentage of 0.33, it will be shown between 0% and 33% of build progress.

Definition at line 179 of file MyCubeBlockDefinition.cs.

string Sandbox.Definitions.MyCubeBlockDefinition.BuildProgressModel.File

Definition at line 181 of file MyCubeBlockDefinition.cs.

MountPoint [] Sandbox.Definitions.MyCubeBlockDefinition.BuildProgressModel.MountPoints

Definition at line 185 of file MyCubeBlockDefinition.cs.

bool Sandbox.Definitions.MyCubeBlockDefinition.BuildProgressModel.RandomOrientation

Definition at line 183 of file MyCubeBlockDefinition.cs.

bool Sandbox.Definitions.MyCubeBlockDefinition.BuildProgressModel.Visible

Definition at line 187 of file MyCubeBlockDefinition.cs.


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