C# 클래스 Alexandria.Engines.Unreal.Rotator

Rotation parameters.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Pitch float
Roll float
Yaw float

공개 메소드들

메소드 설명
Read ( BinaryReader reader ) : Rotator

Read the Rotator from the reader.

메소드 상세

Read() 공개 정적인 메소드

Read the Rotator from the reader.
public static Read ( BinaryReader reader ) : Rotator
reader System.IO.BinaryReader The to read the from.
리턴 Rotator

프로퍼티 상세

Pitch 공개적으로 프로퍼티

Pitch (unknown axis)
public float Pitch
리턴 float

Roll 공개적으로 프로퍼티

Roll (unknown axis)
public float Roll
리턴 float

Yaw 공개적으로 프로퍼티

Yaw (unknown axis)
public float Yaw
리턴 float