C# 클래스 Infiniminer.Player.InterpolationPacket

파일 보기 프로젝트 열기: bobisfat/Infiniminer

공개 프로퍼티들

프로퍼티 타입 설명
gameTime double
position Vector3

공개 메소드들

메소드 설명
InterpolationPacket ( Vector3 position, double gameTime ) : System

메소드 상세

InterpolationPacket() 공개 메소드

public InterpolationPacket ( Vector3 position, double gameTime ) : System
position Vector3
gameTime double
리턴 System

프로퍼티 상세

gameTime 공개적으로 프로퍼티

public double gameTime
리턴 double

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3