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

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

공개 메소드들

메소드 설명
Vector4 ( float x, float y, float z, float w ) : System

Initializes a new instance of the Vector4 class.

메소드 상세

Vector4() 공개 메소드

Initializes a new instance of the Vector4 class.
public Vector4 ( float x, float y, float z, float w ) : System
x float The x component of the Vector4.
y float The y component of the Vector4.
z float The z component of the Vector4.
w float The w component of the Vector4.
리턴 System