C# 클래스 MenuCameraFollow, Heavy-Insertion

상속: MonoBehaviour
파일 보기 프로젝트 열기: Rabenvald/Heavy-Insertion

공개 프로퍼티들

프로퍼티 타입 설명
distance float
height float
heightDamping float
rotationDamping float
target GameObject

공개 메소드들

메소드 설명
LateUpdate ( ) : void
Start ( ) : void

메소드 상세

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

distance 공개적으로 프로퍼티

public float distance
리턴 float

height 공개적으로 프로퍼티

public float height
리턴 float

heightDamping 공개적으로 프로퍼티

public float heightDamping
리턴 float

rotationDamping 공개적으로 프로퍼티

public float rotationDamping
리턴 float

target 공개적으로 프로퍼티

public GameObject target
리턴 GameObject