Method ResolveLookAt
ResolveLookAt(Transform)
Returns this vcam's LookAt target, or if that is null, will retrun the parent vcam's LookAt target.
선언
protected Transform ResolveLookAt(Transform localLookAt)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Transform | localLookAt | This vcam's LookAt value. |
반환
타입 | 설명 |
---|---|
Transform | The same value, or the parent's if null and a parent exists. |