Space Engineers
Public Types | Public Member Functions | Public Attributes | List of all members
VRageRender.MyBillboard Class Reference
Inheritance diagram for VRageRender.MyBillboard:
VRageRender.MyTriangleBillboard

Public Types

enum  BlenType { BlenType.Standard, BlenType.AdditiveBottom, BlenType.AdditiveTop }
 

Public Member Functions

int CompareTo (object compareToObject)
 

Public Attributes

string Material
 
BlenType BlendType = BlenType.Standard
 
Vector3D Position0
 
Vector3D Position1
 
Vector3D Position2
 
Vector3D Position3
 
Vector4 Color
 
float ColorIntensity
 
float SoftParticleDistanceScale
 
Vector2 UVOffset
 
Vector2 UVSize
 
int ParentID = -1
 
float DistanceSquared
 
float Reflectivity
 
float AlphaCutout
 
int CustomViewProjection
 

Detailed Description

Definition at line 7 of file MyBillboard.cs.

Member Enumeration Documentation

Enumerator
Standard 
AdditiveBottom 
AdditiveTop 

Definition at line 9 of file MyBillboard.cs.

Member Function Documentation

int VRageRender.MyBillboard.CompareTo ( object  compareToObject)
inline

Definition at line 41 of file MyBillboard.cs.

Member Data Documentation

float VRageRender.MyBillboard.AlphaCutout

Definition at line 37 of file MyBillboard.cs.

BlenType VRageRender.MyBillboard.BlendType = BlenType.Standard

Definition at line 18 of file MyBillboard.cs.

Vector4 VRageRender.MyBillboard.Color

Definition at line 25 of file MyBillboard.cs.

float VRageRender.MyBillboard.ColorIntensity

Definition at line 26 of file MyBillboard.cs.

int VRageRender.MyBillboard.CustomViewProjection

Definition at line 39 of file MyBillboard.cs.

float VRageRender.MyBillboard.DistanceSquared

Definition at line 34 of file MyBillboard.cs.

string VRageRender.MyBillboard.Material

Definition at line 14 of file MyBillboard.cs.

int VRageRender.MyBillboard.ParentID = -1

Definition at line 31 of file MyBillboard.cs.

Vector3D VRageRender.MyBillboard.Position0

Definition at line 21 of file MyBillboard.cs.

Vector3D VRageRender.MyBillboard.Position1

Definition at line 22 of file MyBillboard.cs.

Vector3D VRageRender.MyBillboard.Position2

Definition at line 23 of file MyBillboard.cs.

Vector3D VRageRender.MyBillboard.Position3

Definition at line 24 of file MyBillboard.cs.

float VRageRender.MyBillboard.Reflectivity

Definition at line 36 of file MyBillboard.cs.

float VRageRender.MyBillboard.SoftParticleDistanceScale

Definition at line 27 of file MyBillboard.cs.

Vector2 VRageRender.MyBillboard.UVOffset

Definition at line 28 of file MyBillboard.cs.

Vector2 VRageRender.MyBillboard.UVSize

Definition at line 29 of file MyBillboard.cs.


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