Method GetLookAtPointAndSetTrackedPoint
GetLookAtPointAndSetTrackedPoint(Vector3, Vector3, float)
Apply the target offsets to the target location. Also set the TrackedPoint property, taking lookahead into account.
선언
protected virtual Vector3 GetLookAtPointAndSetTrackedPoint(Vector3 lookAt, Vector3 up, float deltaTime)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Vector3 | lookAt | The unoffset LookAt point |
Vector3 | up | |
float | deltaTime |
반환
타입 | 설명 |
---|---|
Vector3 | The LookAt point with the offset applied |