Method GetLocalPositionForCameraFromInput
GetLocalPositionForCameraFromInput(float)
Returns the local position of the camera along the spline used to connect the three camera rigs. Does not take into account the current heading of the camera (or its target)
선언
public Vector3 GetLocalPositionForCameraFromInput(float t)
파라미터
타입 | 이름 | 설명 |
---|---|---|
float | t | The t-value for the camera on its spline. Internally clamped to the value [0,1] |
반환
타입 | 설명 |
---|---|
Vector3 | The local offset (back + up) of the camera WRT its target based on the supplied t-value |