C# 클래스 ValveResourceFormat.ResourceTypes.NTROSerialization.CTransform

파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CTransform() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string