C# 클래스 CarCamera, Excite-Bike3D

상속: MonoBehaviour
파일 보기 프로젝트 열기: ManojkumarMuralidharan/Excite-Bike3D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
distance float
height float
ignoreLayers LayerMask
positionDamping float
target Transform
velocityDamping float

공개 메소드들

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

메소드 상세

FixedUpdate() 공개 메소드

public FixedUpdate ( ) : void
리턴 void

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

distance 공개적으로 프로퍼티

public float distance
리턴 float

height 공개적으로 프로퍼티

public float height
리턴 float

ignoreLayers 공개적으로 프로퍼티

public LayerMask ignoreLayers
리턴 LayerMask

positionDamping 공개적으로 프로퍼티

public float positionDamping
리턴 float

target 공개적으로 프로퍼티

public Transform target
리턴 Transform

velocityDamping 공개적으로 프로퍼티

public float velocityDamping
리턴 float