Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VRageMath.MyUShort4 Struct Reference

Public Member Functions

 MyUShort4 (uint x, uint y, uint z, uint w)
 

Static Public Member Functions

static unsafe operator ulong (MyUShort4 val)
 
static unsafe operator MyUShort4 (ulong val)
 

Public Attributes

ushort X
 
ushort Y
 
ushort Z
 
ushort W
 

Detailed Description

Definition at line 8 of file MyUShort4.cs.

Constructor & Destructor Documentation

VRageMath.MyUShort4.MyUShort4 ( uint  x,
uint  y,
uint  z,
uint  w 
)
inline

Definition at line 15 of file MyUShort4.cs.

Member Function Documentation

static unsafe VRageMath.MyUShort4.operator MyUShort4 ( ulong  val)
inlineexplicitstatic

Definition at line 27 of file MyUShort4.cs.

static unsafe VRageMath.MyUShort4.operator ulong ( MyUShort4  val)
inlineexplicitstatic

Definition at line 23 of file MyUShort4.cs.

Member Data Documentation

ushort VRageMath.MyUShort4.W

Definition at line 13 of file MyUShort4.cs.

ushort VRageMath.MyUShort4.X

Definition at line 10 of file MyUShort4.cs.

ushort VRageMath.MyUShort4.Y

Definition at line 11 of file MyUShort4.cs.

ushort VRageMath.MyUShort4.Z

Definition at line 12 of file MyUShort4.cs.


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