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