C# Class Blaze.Server.TdfVector3

Inheritance: Tdf
Datei anzeigen Open project: sebastian-malek/blaze-server Class Usage Examples

Public Properties

Property Type Description
Value1 ulong
Value2 ulong
Value3 ulong

Public Methods

Method Description
TdfVector3 ( string label, ulong value1, ulong value2, ulong value3 ) : System

Method Details

TdfVector3() public method

public TdfVector3 ( string label, ulong value1, ulong value2, ulong value3 ) : System
label string
value1 ulong
value2 ulong
value3 ulong
return System

Property Details

Value1 public_oe property

public ulong Value1
return ulong

Value2 public_oe property

public ulong Value2
return ulong

Value3 public_oe property

public ulong Value3
return ulong