C# Class ValveResourceFormat.ResourceTypes.NTROSerialization.CTransform

ファイルを表示 Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method Description
CTransform ( float field0, float field1, float field2, float field3, float field4, float field5, float field6, float field7 ) : System

Initializes a new instance of the CTransform class.

ToString ( ) : string

Method Details

CTransform() public method

Initializes a new instance of the CTransform class.
public CTransform ( float field0, float field1, float field2, float field3, float field4, float field5, float field6, float field7 ) : System
field0 float First item of the matrix.
field1 float Second item of the matrix.
field2 float Third item of the matrix.
field3 float Fourth item of the matrix.
field4 float Fifth item of the matrix.
field5 float Sixth item of the matrix.
field6 float Seventh item of the matrix.
field7 float Eighth item of the matrix.
return System

ToString() public method

public ToString ( ) : string
return string