C# 클래스 CamControl, Spare-Change

상속: MonoBehaviour
파일 보기 프로젝트 열기: ThatsAMorais/Spare-Change 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
camHeight int
cameraPosition Vector3
htMax int
htMin int
initialPosition Vector3
posMax int
posMin int

공개 메소드들

메소드 설명
LookAtDice ( List dice ) : void
ResetCamera ( ) : void

비공개 메소드들

메소드 설명
OnEnable ( ) : void
Update ( ) : void
Utilities ( ) : UtilitiesScript,

메소드 상세

LookAtDice() 공개 메소드

public LookAtDice ( List dice ) : void
dice List
리턴 void

ResetCamera() 공개 메소드

public ResetCamera ( ) : void
리턴 void

프로퍼티 상세

camHeight 공개적으로 프로퍼티

public int camHeight
리턴 int

cameraPosition 공개적으로 프로퍼티

public Vector3 cameraPosition
리턴 Vector3

htMax 공개적으로 정적으로 프로퍼티

public static int htMax
리턴 int

htMin 공개적으로 정적으로 프로퍼티

public static int htMin
리턴 int

initialPosition 공개적으로 프로퍼티

public Vector3 initialPosition
리턴 Vector3

posMax 공개적으로 정적으로 프로퍼티

public static int posMax
리턴 int

posMin 공개적으로 정적으로 프로퍼티

public static int posMin
리턴 int