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

Represents a 3D vector.
파일 보기 프로젝트 열기: SteamDatabase/ValveResourceFormat 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
Vector3 ( float x, float y, float z ) : System

Initializes a new instance of the Vector3 class.

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Vector3() 공개 메소드

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