C# 클래스 CameraMovement, ES2014B

상속: MonoBehaviour
파일 보기 프로젝트 열기: eloipuertas/ES2014B 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
darkTexture Texture
distancia float
distanciaMax float
distanciaMin float
marge int
newPos Vector3
player Transform
playerGo GameObject
posCamera Vector3
relCameraPos Vector3
relCameraPosMag float
smooth float
zoomSpeed float

공개 메소드들

메소드 설명
Awake ( ) : void
OnGUI ( ) : void
Update ( ) : void
ViewingPosCheck ( Vector3 checkPos ) : void
recorrerArbre ( Transform pare ) : void
transparentar ( GameObject obj ) : void
updatePlayerGo ( ) : void

비공개 메소드들

메소드 설명
changeAlpha ( GameObject obj ) : bool

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

ViewingPosCheck() 공개 메소드

public ViewingPosCheck ( Vector3 checkPos ) : void
checkPos Vector3
리턴 void

recorrerArbre() 공개 메소드

public recorrerArbre ( Transform pare ) : void
pare Transform
리턴 void

transparentar() 공개 메소드

public transparentar ( GameObject obj ) : void
obj GameObject
리턴 void

updatePlayerGo() 공개 메소드

public updatePlayerGo ( ) : void
리턴 void

프로퍼티 상세

darkTexture 공개적으로 프로퍼티

public Texture darkTexture
리턴 Texture

distancia 공개적으로 프로퍼티

public float distancia
리턴 float

distanciaMax 공개적으로 프로퍼티

public float distanciaMax
리턴 float

distanciaMin 공개적으로 프로퍼티

public float distanciaMin
리턴 float

marge 공개적으로 프로퍼티

public int marge
리턴 int

newPos 공개적으로 프로퍼티

public Vector3 newPos
리턴 Vector3

player 공개적으로 프로퍼티

public Transform player
리턴 Transform

playerGo 공개적으로 프로퍼티

public GameObject playerGo
리턴 GameObject

posCamera 공개적으로 프로퍼티

public Vector3 posCamera
리턴 Vector3

relCameraPos 공개적으로 프로퍼티

public Vector3 relCameraPos
리턴 Vector3

relCameraPosMag 공개적으로 프로퍼티

public float relCameraPosMag
리턴 float

smooth 공개적으로 프로퍼티

public float smooth
리턴 float

zoomSpeed 공개적으로 프로퍼티

public float zoomSpeed
리턴 float