C# 클래스 CameraBuddy.Camera.CameraState

상속: IDisposable
파일 보기 프로젝트 열기: coman3/EloBuddy.Addons 1 사용 예제들

공개 메소드들

메소드 설명
CameraState ( ) : System

Creates an instance of CameraState with the current Camera's settings.

CameraState ( System.Vector2 yaw, float pitch, System.Vector2 screenPos, float zoomDistance ) : System

Creates an instance of CameraState with the specified values; The values are not set until Set() is called.

CameraState ( System.Vector3 yawPitch, System.Vector2 screenPos, float zoomDistance ) : System

Creates an instance of CameraState with the with the specified values.

Clear ( ) : void
Dispose ( ) : void
Set ( float speed = -1 ) : void

메소드 상세

CameraState() 공개 메소드

Creates an instance of CameraState with the current Camera's settings.
public CameraState ( ) : System
리턴 System

CameraState() 공개 메소드

Creates an instance of CameraState with the specified values; The values are not set until Set() is called.
public CameraState ( System.Vector2 yaw, float pitch, System.Vector2 screenPos, float zoomDistance ) : System
yaw System.Vector2
pitch float
screenPos System.Vector2
zoomDistance float
리턴 System

CameraState() 공개 메소드

Creates an instance of CameraState with the with the specified values.
public CameraState ( System.Vector3 yawPitch, System.Vector2 screenPos, float zoomDistance ) : System
yawPitch System.Vector3
screenPos System.Vector2
zoomDistance float
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Set() 공개 메소드

public Set ( float speed = -1 ) : void
speed float
리턴 void