C# 클래스 AstarSmoothFollow2, TheUnseen

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

공개 프로퍼티들

프로퍼티 타입 설명
damping float
distance float
followBehind bool
height float
rotationDamping float
smoothRotation bool
staticOffset bool
target Transform

공개 메소드들

메소드 설명
LateUpdate ( ) : void

메소드 상세

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

프로퍼티 상세

damping 공개적으로 프로퍼티

public float damping
리턴 float

distance 공개적으로 프로퍼티

public float distance
리턴 float

followBehind 공개적으로 프로퍼티

public bool followBehind
리턴 bool

height 공개적으로 프로퍼티

public float height
리턴 float

rotationDamping 공개적으로 프로퍼티

public float rotationDamping
리턴 float

smoothRotation 공개적으로 프로퍼티

public bool smoothRotation
리턴 bool

staticOffset 공개적으로 프로퍼티

public bool staticOffset
리턴 bool

target 공개적으로 프로퍼티

public Transform target
리턴 Transform