Space Engineers
Public Member Functions | Public Attributes | List of all members
VRageRender.Import.MyLODDescriptor Class Reference

Public Member Functions

 MyLODDescriptor ()
 
string GetModelAbsoluteFilePath (string parentAssetFilePath)
 Absolute file path to the LOD model related to the parent assetFilePath. More...
 
bool Write (BinaryWriter writer)
 
bool Read (BinaryReader reader)
 

Public Attributes

float Distance
 
string Model
 
string RenderQuality
 
List< int > RenderQualityList
 

Detailed Description

Definition at line 16 of file MyLODDescriptor.cs.

Constructor & Destructor Documentation

VRageRender.Import.MyLODDescriptor.MyLODDescriptor ( )
inline

Definition at line 23 of file MyLODDescriptor.cs.

Member Function Documentation

string VRageRender.Import.MyLODDescriptor.GetModelAbsoluteFilePath ( string  parentAssetFilePath)
inline

Absolute file path to the LOD model related to the parent assetFilePath.

Parameters
parentAssetFilePathFile path of parent asset.
Returns
Absolute file path.

Definition at line 30 of file MyLODDescriptor.cs.

bool VRageRender.Import.MyLODDescriptor.Read ( BinaryReader  reader)
inline

Definition at line 70 of file MyLODDescriptor.cs.

bool VRageRender.Import.MyLODDescriptor.Write ( BinaryWriter  writer)
inline

Definition at line 62 of file MyLODDescriptor.cs.

Member Data Documentation

float VRageRender.Import.MyLODDescriptor.Distance

Definition at line 18 of file MyLODDescriptor.cs.

string VRageRender.Import.MyLODDescriptor.Model

Definition at line 19 of file MyLODDescriptor.cs.

string VRageRender.Import.MyLODDescriptor.RenderQuality

Definition at line 20 of file MyLODDescriptor.cs.

List<int> VRageRender.Import.MyLODDescriptor.RenderQualityList

Definition at line 21 of file MyLODDescriptor.cs.


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