C# Class Blaze.Server.TdfVector2

Inheritance: Tdf
Show file Open project: sebastian-malek/blaze-server Class Usage Examples

Public Properties

Property Type Description
Value1 ulong
Value2 ulong

Public Methods

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

Method Details

TdfVector2() public method

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

Property Details

Value1 public property

public ulong Value1
return ulong

Value2 public property

public ulong Value2
return ulong